commit 6297e3d54356bbf3d84f6211d04dfbde07676969
parent 716bd543585d78feec650574687c46e776725457
Author: Michael Camilleri <[email protected]>
Date: Wed, 4 Mar 2026 17:07:17 +0900
Emphasis drop shadows in iOS version's light mode
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ListlessiOS/Helpers/AppColors.swift b/ListlessiOS/Helpers/AppColors.swift
@@ -25,7 +25,7 @@ extension Color {
static let selectionShadowLight = Color(uiColor: UIColor { traits in
traits.userInterfaceStyle == .dark
? .clear
- : UIColor(white: 0.0, alpha: 0.15)
+ : UIColor(white: 0.0, alpha: 0.25)
})
/// Glow for selected active cards in dark mode.