Skip to content

Commit ee628dd

Browse files
committed
Merge feature/mobile-nav-polish: opaque mobile tab bar
2 parents 26f0954 + a51936b commit ee628dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/components/mobile-tab-bar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function MobileTabBar({ authed }: { authed: boolean }) {
2828
return (
2929
<nav
3030
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"
31+
className="fixed bottom-0 inset-x-0 z-30 border-t border-rule bg-cream sm:hidden"
3232
style={{ paddingBottom: "env(safe-area-inset-bottom)" }}
3333
>
3434
<div className="flex items-stretch justify-around h-16 px-2">

0 commit comments

Comments
 (0)