Skip to content

Commit eee8b84

Browse files
committed
style: increase connection status backdrop blur
1 parent cc9dc27 commit eee8b84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/components/SyncConnectionStatus.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ export function SyncConnectionStatusBanner({ status }: SyncConnectionStatusProps
103103
? 'var(--sable-crit-main)'
104104
: 'currentColor'
105105
} 30%, transparent)`,
106-
backdropFilter: 'blur(20px)',
107-
WebkitBackdropFilter: 'blur(20px)',
106+
backdropFilter: 'blur(48px)',
107+
WebkitBackdropFilter: 'blur(48px)',
108108
backgroundColor: `color-mix(in srgb, ${
109109
status.variant === 'Primary'
110110
? 'var(--sable-primary-main)'

0 commit comments

Comments
 (0)