Fix some invalid colors name + avoid hard coding colors and transparency.

This commit is contained in:
Sébastien Atoch 2025-07-23 14:16:46 -04:00
parent 10b70f0c53
commit 411ed72436
4 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
import QtQuick
import QtQuick
import QtQuick.Window 2.15
import qs.Settings
@ -57,8 +57,8 @@ Window {
Rectangle {
anchors.fill: parent
radius: 6
color: "#222"
border.color: Theme.backgroundTertiary || "#444"
color: Theme.backgroundTertiary || "#222"
border.color: Theme.outline || "#444"
border.width: 1
opacity: 0.97
z: 1