diff --git a/src/components/bottomSheet/BottomDetailScrollPage.style.js b/src/components/bottomSheet/BottomDetailScrollPage.style.js index c80a38d3..085dc400 100644 --- a/src/components/bottomSheet/BottomDetailScrollPage.style.js +++ b/src/components/bottomSheet/BottomDetailScrollPage.style.js @@ -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; diff --git a/src/components/explore/SignatureSearchSlider.jsx b/src/components/explore/SignatureSearchSlider.jsx index 81a0b8eb..6aa763bf 100644 --- a/src/components/explore/SignatureSearchSlider.jsx +++ b/src/components/explore/SignatureSearchSlider.jsx @@ -8,7 +8,7 @@ import useAuth from '@/store/useAuth'; const SignatureSearchSlider = ({ data, type, searchTerm }) => { const navigate = useNavigate(); - const { isLogin } = useAuth(); + return ( {type === 'hot' ? (