No opacity on the text on inactive buttons on the dark-themed screens (#20196)
This commit is contained in:
parent
f7ea17b001
commit
2fc5bed094
|
@ -117,7 +117,8 @@
|
||||||
{:size (when (#{56 24} size) :paragraph-2)
|
{:size (when (#{56 24} size) :paragraph-2)
|
||||||
:weight :medium
|
:weight :medium
|
||||||
:number-of-lines 1
|
:number-of-lines 1
|
||||||
:style {:color label-color}}
|
:style {:color label-color
|
||||||
|
:opacity (when (and disabled? (= theme :dark)) 0.3)}}
|
||||||
children]
|
children]
|
||||||
|
|
||||||
(vector? children)
|
(vector? children)
|
||||||
|
|
Loading…
Reference in New Issue