GODT-1391: Fix link colors across GUI

create-reload-action
Alexander Bilyak 4 years ago committed by Jakub
parent 4a2ac813d3
commit 72cd641c72
  1. 1
      internal/frontend/qml/HelpView.qml
  2. 3
      internal/frontend/qml/Proton/Label.qml

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

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

Loading…
Cancel
Save