forked from Silverfish/proton-bridge
GODT-1391: Fix link colors across GUI
This commit is contained in:
@ -102,7 +102,6 @@ SettingsView {
|
|||||||
type: Label.Caption
|
type: Label.Caption
|
||||||
color: root.colorScheme.text_weak
|
color: root.colorScheme.text_weak
|
||||||
textFormat: Text.StyledText
|
textFormat: Text.StyledText
|
||||||
linkColor: root.colorScheme.interaction_norm_active
|
|
||||||
|
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
|
|
||||||
|
|||||||
@ -50,7 +50,8 @@ T.Label {
|
|||||||
property int type: Proton.Label.LabelType.Body
|
property int type: Proton.Label.LabelType.Body
|
||||||
|
|
||||||
color: root.enabled ? root.colorScheme.text_norm : root.colorScheme.text_disabled
|
color: root.enabled ? root.colorScheme.text_norm : root.colorScheme.text_disabled
|
||||||
palette.link: root.colorScheme.interaction_norm
|
linkColor: root.colorScheme.interaction_norm
|
||||||
|
palette.link: linkColor
|
||||||
|
|
||||||
font.family: Style.font_family
|
font.family: Style.font_family
|
||||||
lineHeightMode: Text.FixedHeight
|
lineHeightMode: Text.FixedHeight
|
||||||
|
|||||||
Reference in New Issue
Block a user