Skip to content

Commit

Permalink
feat: fix box shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
kyuhho committed Jul 9, 2024
1 parent dc1b100 commit 711bf2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Common/TabA1.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const Wrapper = styled.nav`
top: 6rem;
background-color: white;
z-index: 999;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
`;
const TabButton = styled.div<{ $tabState: number }>`
display: flex;
Expand Down

0 comments on commit 711bf2f

Please sign in to comment.