mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-18 02:21:17 +00:00
chore(StatusBaseText): add theme aware default color
This commit is contained in:
parent
fae4543b4f
commit
2bce533f46
@ -16,7 +16,7 @@ import StatusQ.Core.Theme 0.1
|
||||
width: 240
|
||||
text: qsTr("Hello World!")
|
||||
font.pixelSize: 24
|
||||
color: Theme.pallete.directColor1
|
||||
color: Theme.palette.directColor1
|
||||
}
|
||||
\endqml
|
||||
|
||||
@ -27,4 +27,5 @@ import StatusQ.Core.Theme 0.1
|
||||
|
||||
Text {
|
||||
font.family: Theme.palette.baseFont.name
|
||||
color: Theme.palette.directColor1
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user