Skip to content

Commit

Permalink
✨Feat: Box
Browse files Browse the repository at this point in the history
  • Loading branch information
shlee9999 committed Nov 21, 2024
1 parent 19329c7 commit b0cecfe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Box.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { styled } from 'styled-components'

export const Box = styled.div`
background-color: ${({ theme }) => theme.colors.grayscale.gc_4};
border-radius: 16px;
`

0 comments on commit b0cecfe

Please sign in to comment.