GODT-1391: Fix link colors across GUI

This commit is contained in:
Alexander Bilyak
2021-11-24 11:37:20 +01:00
committed by Jakub
parent 4a2ac813d3
commit 72cd641c72
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,6 @@ SettingsView {
type: Label.Caption
color: root.colorScheme.text_weak
textFormat: Text.StyledText
linkColor: root.colorScheme.interaction_norm_active
horizontalAlignment: Text.AlignHCenter

View File

@ -50,7 +50,8 @@ T.Label {
property int type: Proton.Label.LabelType.Body
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
lineHeightMode: Text.FixedHeight