Removed gradients on MediaPlayer switcher and powermenu

This commit is contained in:
quadbyte 2025-08-14 18:27:37 -04:00
parent 4b161facca
commit 796bb4acd0
2 changed files with 12 additions and 30 deletions

View file

@ -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