make panel borders more subtle

This commit is contained in:
end-4
2025-07-27 22:44:08 +07:00
parent 3ac44d211f
commit 39862fba2a
9 changed files with 9 additions and 8 deletions
@@ -14,7 +14,7 @@ Rectangle {
color: Appearance.colors.colLayer0
radius: Appearance.rounding.small
border.width: 1
border.color: Appearance.m3colors.m3outlineVariant
border.color: Appearance.colors.colLayer0Border
clip: true
ColumnLayout {