Eliminate hardcoded colors from qml to make theming more flexible

This commit is contained in:
luisangelsm
2026-03-07 19:58:24 +01:00
parent d65ce375df
commit 7103d0de3c
13 changed files with 187 additions and 38 deletions

View File

@ -171,7 +171,7 @@ Rectangle {
anchors.centerIn: coverElement
color: "transparent"
border {
color: "#30FFFFFF"
color: comicCoverBorderColor
width: 1
}
}