Skip to content

Commit

Permalink
No opacity on the text on inactive buttons on the dark-themed screens
Browse files Browse the repository at this point in the history
  • Loading branch information
flexsurfer committed May 27, 2024
1 parent f7ea17b commit 521e66d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/quo/components/buttons/button/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@
{:size (when (#{56 24} size) :paragraph-2)
:weight :medium
:number-of-lines 1
:style {:color label-color}}
:style {:color label-color
:opacity (when (and disabled? (= theme :dark)) 0.3)}}
children]

(vector? children)
Expand Down

0 comments on commit 521e66d

Please sign in to comment.