Removed gradients on MediaPlayer switcher and powermenu
This commit is contained in:
parent
4b161facca
commit
796bb4acd0
2 changed files with 12 additions and 30 deletions
|
|
@ -119,16 +119,7 @@ NBox {
|
|||
}
|
||||
|
||||
background: Rectangle {
|
||||
gradient: Gradient {
|
||||
GradientStop {
|
||||
position: 0.0
|
||||
color: Colors.colorSurface
|
||||
}
|
||||
GradientStop {
|
||||
position: 1.0
|
||||
color: Colors.colorSurfaceVariant
|
||||
}
|
||||
}
|
||||
color: Colors.colorSurface
|
||||
border.color: Colors.colorOutline
|
||||
border.width: Math.max(1, Style.borderThin * scaling)
|
||||
radius: Style.radiusTiny * scaling
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue