Skip to content

Commit

Permalink
feat: Button Style 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
dydals3440 committed Feb 19, 2024
1 parent c1c8ebe commit fed2cc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/bottomSheet/BottomDetailScrollPage.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const CancelButton = styled.button`
${theme.ALIGN.ROW_CENTER};
background-color: ${theme.COLOR.MAIN.WHITE};
border: 1px solid ${theme.COLOR.MAIN.GRAY};
width: 400px;
width: 90%;
height: 60px;
color: ${theme.COLOR.MAIN.GREEN};
border-radius: 30px;
Expand Down
2 changes: 1 addition & 1 deletion src/components/explore/SignatureSearchSlider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import useAuth from '@/store/useAuth';

const SignatureSearchSlider = ({ data, type, searchTerm }) => {
const navigate = useNavigate();
const { isLogin } = useAuth();

return (
<S.PageContainer>
{type === 'hot' ? (
Expand Down

0 comments on commit fed2cc7

Please sign in to comment.