diff --git a/src/components/Layout/Header/GlassyBackdrop.tsx b/src/components/Layout/Header/GlassyBackdrop.tsx index 3c43e04c00..64626ca270 100644 --- a/src/components/Layout/Header/GlassyBackdrop.tsx +++ b/src/components/Layout/Header/GlassyBackdrop.tsx @@ -9,5 +9,7 @@ import {atoms as a, useTheme} from '#/alf' */ export function GlassyBackdrop() { const t = useTheme() - return + return ( + + ) } diff --git a/src/components/Layout/Header/GlassyBackdrop.web.tsx b/src/components/Layout/Header/GlassyBackdrop.web.tsx index 4c2bab12aa..4976823512 100644 --- a/src/components/Layout/Header/GlassyBackdrop.web.tsx +++ b/src/components/Layout/Header/GlassyBackdrop.web.tsx @@ -17,7 +17,15 @@ export function GlassyBackdrop() { return ( <> - +