We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26f0954 + a51936b commit ee628ddCopy full SHA for ee628dd
1 file changed
web/components/mobile-tab-bar.tsx
@@ -28,7 +28,7 @@ export function MobileTabBar({ authed }: { authed: boolean }) {
28
return (
29
<nav
30
aria-label="Mobile navigation"
31
- className="fixed bottom-0 inset-x-0 z-30 border-t border-rule bg-cream/95 backdrop-blur sm:hidden"
+ className="fixed bottom-0 inset-x-0 z-30 border-t border-rule bg-cream sm:hidden"
32
style={{ paddingBottom: "env(safe-area-inset-bottom)" }}
33
>
34
<div className="flex items-stretch justify-around h-16 px-2">
0 commit comments