adjust theme on components
This commit is contained in:
parent
a44b6f5e44
commit
f7e8fb7720
13 changed files with 42 additions and 54 deletions
|
|
@ -32,11 +32,11 @@ PanelWindow {
|
|||
Rectangle {
|
||||
id: background
|
||||
anchors.fill: parent
|
||||
color: Theme.palette.base300
|
||||
color: Theme.palette.base100
|
||||
radius: Dimensions.radius
|
||||
|
||||
border {
|
||||
color: Theme.palette.base100
|
||||
color: Theme.palette.base200
|
||||
width: Dimensions.bar.border
|
||||
pixelAligned: true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue