Skip to content

Commit

Permalink
fix: blur styles for bottom-sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
seanstrom committed Jun 6, 2024
1 parent 61f6ad1 commit 39772d3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
{:content (fn [] [actions/view
{:drawer-props drawer-props
:keypair keypair}])
:theme (:theme drawer-props)}]))
:theme (:theme drawer-props)
:shell? true}]))

(defn options-drawer-props
[{{:keys [name]} :keypair
Expand Down

0 comments on commit 39772d3

Please sign in to comment.