mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
media controls: adjust color overlay transparency
This commit is contained in:
parent
cb20a2bc76
commit
4d10ee6036
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ Item { // Player instance
|
|||
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
color: ColorUtils.transparentize(blendedColors.colLayer0, 0.25)
|
||||
color: ColorUtils.transparentize(blendedColors.colLayer0, 0.3)
|
||||
radius: root.popupRounding
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue