1
0
mirror of https://github.com/QRouland/UTPass.git synced 2025-06-25 06:52:28 +00:00

Fix password page color issues with dark theme

This commit is contained in:
2025-02-04 16:17:28 +01:00
parent efb57dd70c
commit 72a3a8fbcc
2 changed files with 3 additions and 0 deletions

View File

@ -19,12 +19,14 @@ Item {
Rectangle {
anchors.fill: parent
color: theme.palette.normal.background
Text {
text: copyText.text
anchors.left: parent.left
anchors.leftMargin: units.gu(2)
anchors.verticalCenter: parent.verticalCenter
color: theme.palette.normal.backgroundText
}
Icon {