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 jo-mut
parent a8d36bf497
commit 55dc862158
No known key found for this signature in database
GPG Key ID: 76AE8CD103294A70
1 changed files with 2 additions and 1 deletions

View File

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