Skip to content

Commit

Permalink
tweak: change the blur background color for the overlay component
Browse files Browse the repository at this point in the history
  • Loading branch information
seanstrom committed Jun 4, 2024
1 parent d61cd6d commit 7876f3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/quo/components/overlay/style.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
(defn overlay-background
[type]
(let [background-color (case type
:shell colors/neutral-80-opa-80-blur
:shell colors/overlay-background-blur
:drawer colors/neutral-100-opa-70-blur
nil)]
{:position :absolute
Expand Down
1 change: 1 addition & 0 deletions src/quo/foundations/colors.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
(def neutral-95-opa-70-blur neutral-95-opa-70)
(def neutral-100-opa-70-blur (if platform/android? neutral-100-opa-70 "#0D1014B3"))

(def overlay-background-blur (if platform/android? (alpha "#192438" 0.8) "#242830cc"))
(def bottom-sheet-background-blur (if platform/ios? "#ED9D1D0D" neutral-100-opa-90))

;;;;Black
Expand Down

0 comments on commit 7876f3d

Please sign in to comment.