mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 06:16:07 +08:00
Use color from theme for the market place banner banner text
CURA-8564
This commit is contained in:
parent
67fc514b8f
commit
ad1798ee6e
@ -75,7 +75,7 @@ Rectangle
|
|||||||
text: bannerText
|
text: bannerText
|
||||||
|
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
color: "white"
|
color: UM.Theme.getColor("primary_text")
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user