diff --git a/lib/utilities/theme/ocean_breeze_colors.dart b/lib/utilities/theme/ocean_breeze_colors.dart index 1eb06e068..665eaa0c3 100644 --- a/lib/utilities/theme/ocean_breeze_colors.dart +++ b/lib/utilities/theme/ocean_breeze_colors.dart @@ -24,7 +24,7 @@ class OceanBreezeColors extends StackColorTheme { Color get accentColorDark => const Color(0xFF227386); @override - Color get shadow => const Color(0xFF388192); + Color get shadow => const Color(0x0F2D3132); @override Color get textDark => const Color(0xFF232323);