refactor: Move to using colors from QtC theme palette

This commit is contained in:
Petr Mironychev
2025-01-15 00:05:12 +01:00
parent 9db61119aa
commit 1d64d2afc9
7 changed files with 33 additions and 109 deletions

View File

@ -30,6 +30,8 @@ Flow {
spacing: 5
leftPadding: 5
rightPadding: 5
topPadding: attachRepeater.model.length > 0 ? 2 : 0
bottomPadding: attachRepeater.model.length > 0 ? 2 : 0
Repeater {
id: attachRepeater
@ -42,6 +44,8 @@ Flow {
width: fileNameText.width + closeButton.width + 20
radius: 4
color: palette.button
border.width: 1
border.color: palette.mid
Row {
spacing: 5