Remove text_light_blue and use primary

This commit is contained in:
Lipu Fei 2019-03-22 10:49:59 +01:00
parent 639c4ba9f6
commit 1e3945810f
2 changed files with 2 additions and 4 deletions

View File

@ -56,7 +56,7 @@ Item
horizontalAlignment: Text.AlignHCenter
text: catalog.i18nc("@text", "The next generation 3D printing workflow")
textFormat: Text.RichText
color: UM.Theme.getColor("text_light_blue")
color: UM.Theme.getColor("primary")
font: UM.Theme.getFont("medium")
renderType: Text.NativeRendering
}
@ -112,7 +112,7 @@ Item
shadowEnabled: false
color: "transparent"
hoverColor: "transparent"
textHoverColor: UM.Theme.getColor("text_light_blue")
textHoverColor: UM.Theme.getColor("primary")
fixedWidthMode: true
onClicked: Cura.API.account.login()
}

View File

@ -193,8 +193,6 @@
"window_disabled_background": [0, 0, 0, 255],
"text_light_blue": [50, 130, 255, 255],
"text": [25, 25, 25, 255],
"text_detail": [174, 174, 174, 128],
"text_link": [50, 130, 255, 255],