No opacity on the text on inactive buttons on the dark-themed screens (#20196)

This commit is contained in:
flexsurfer 2024-05-27 20:09:00 +02:00 committed by GitHub
parent f7ea17b001
commit 2fc5bed094
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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)