Small color adjustment.

This commit is contained in:
Niels 2025-05-30 21:18:35 +02:00
parent ee18666e0e
commit e37e6d0846
2 changed files with 4 additions and 4 deletions

View File

@ -8,8 +8,8 @@ GlassItem {
id: dot id: dot
width: Theme.paddingLarge width: Theme.paddingLarge
height: width height: width
radius: dots === 0 ? 0.3 : 0 // 0 ? 0.2 : 0 radius: dots === 0 ? 0.4 : 0 // 0 ? 0.2 : 0
falloffRadius: dots === 0 ? 0.40 : 2 // 0 ? 0.25 : 2 falloffRadius: dots === 0 ? 0.45 : 2 // 0 ? 0.25 : 2
color: Theme.highlightColor color: Theme.highlightColor
Timer { Timer {
property bool up property bool up

View File

@ -10,8 +10,8 @@ GlassItem {
height: width height: width
radius: dots === 0 ? 0.4 : 0 // 0 ? 0.2 : 0 radius: dots === 0 ? 0.4 : 0 // 0 ? 0.2 : 0
falloffRadius: dots === 0 ? 0.25 : 2 // 0 ? 0.25 : 2 falloffRadius: dots === 0 ? 0.25 : 2 // 0 ? 0.25 : 2
color: Theme.secondaryColor color: Theme.highlightColor
opacity: 0.1 opacity: 0.2
Timer { Timer {
property bool up property bool up
id: glowingTimer id: glowingTimer