Skip to content

Commit

Permalink
#333 style: 바텀네비게이션 width 전체 차지하는 이슈 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
YelynnOh committed Apr 24, 2024
1 parent e04b3cb commit 357c17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/BottomNavigation/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function BottomNavigation({
return (
<nav
className={cn(
'h-[73px] w-full flex justify-evenly items-center gap-[20px] p-[12px] fixed bottom-0 bg-white z-nav',
'h-[73px] w-full max-w-[480px] flex justify-evenly items-center gap-[20px] p-[12px] fixed bottom-0 bg-white z-nav',
className,
{ ...restProps },
)}
Expand Down

0 comments on commit 357c17b

Please sign in to comment.