Skip to content

Commit

Permalink
border between items in customer menu is now from start to end
Browse files Browse the repository at this point in the history
  • Loading branch information
henzigo committed Nov 11, 2024
1 parent 1fd7a57 commit 38b3dec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const UserNavigation: FC = () => {
<m.div
key="user-navigation"
animate={isExpanded ? 'open' : 'closed'}
className="!flex flex-col bg-backgroundMore px-4 lg:!h-auto"
className="!flex flex-col bg-backgroundMore lg:!h-auto"
initial={false}
variants={collapseExpandAnimation}
>
Expand Down

0 comments on commit 38b3dec

Please sign in to comment.