mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-30 07:44:22 +08:00
Remove text_light_blue and use primary
This commit is contained in:
parent
639c4ba9f6
commit
1e3945810f
@ -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()
|
||||
}
|
||||
|
@ -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],
|
||||
|
Loading…
x
Reference in New Issue
Block a user