mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-06 13:54:01 +00:00
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)
|
||||
: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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user