mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(skin): standardize backdrop-filter and fix minimal root sizing (#895)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
6fcb8eb989
commit
464d5e5fa2
@@ -59,7 +59,7 @@ export const root = (isShadowDOM: boolean) =>
|
||||
export const surface = cn(
|
||||
baseSurface,
|
||||
'bg-white/10',
|
||||
'backdrop-brightness-90 backdrop-saturate-150 backdrop-blur-3xl',
|
||||
'backdrop-saturate-150 backdrop-blur-lg',
|
||||
// Border and shadow
|
||||
'ring-white/5 shadow-black/10',
|
||||
// Border to enhance contrast on lighter videos
|
||||
|
||||
Reference in New Issue
Block a user