Skip to content

Commit

Permalink
chore: 주석 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiacho committed Feb 24, 2024
1 parent 75c0e5d commit 7162566
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions src/components/Detail/DetailBottom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,29 +162,3 @@ const St = {
color: ${({ theme }) => theme.colors.gray7};
`,
};

// const CustomSheet = styled(Sheet)`
// height: 100%;
// display: flex;
// justify-content: center;

// .react-modal-sheet-backdrop {
// background-color: rgba(0, 0, 0, 0.6) !important;
// }
// .react-modal-sheet-container {
// padding: 2.5rem 0rem 7rem 0rem;
// border-radius: 1rem !important;
// left: initial !important;
// max-width: 43rem;
// }
// // .react-modal-sheet-header
// .react-modal-sheet-container > div:nth-child(1) {
// display: flex;
// justify-content: space-between !important;
// margin-bottom: 2.8rem;
// padding: 0rem 2.4rem 0rem 2.4rem;
// }
// .react-modal-sheet-drag-indicator {
// display: none;
// }
// `;

0 comments on commit 7162566

Please sign in to comment.