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
width: Theme.paddingLarge
height: width
radius: dots === 0 ? 0.3 : 0 // 0 ? 0.2 : 0
falloffRadius: dots === 0 ? 0.40 : 2 // 0 ? 0.25 : 2
radius: dots === 0 ? 0.4 : 0 // 0 ? 0.2 : 0
falloffRadius: dots === 0 ? 0.45 : 2 // 0 ? 0.25 : 2
color: Theme.highlightColor
Timer {
property bool up

View File

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