fix(@desktop/community) adjust color picker

Fixes #6728
This commit is contained in:
PavelS 2022-08-03 15:30:37 +03:00 committed by PavelS
parent ea44816071
commit be6240e41c
1 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ StatusScrollView {
}
StatusBaseText {
text: qsTr("White text should be legible on top of this color")
text: qsTr("Preview")
font.pixelSize: 15
}
@ -98,7 +98,7 @@ StatusScrollView {
id: preview
x: 16
y: 16
text: root.color.toString()
text: qsTr("White text should be legible on top of this color")
color: Theme.palette.white
font.pixelSize: 15
}