Skip to content

Commit b0cecfe

Browse files
committed
✨Feat: Box
1 parent 19329c7 commit b0cecfe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/Box.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { styled } from 'styled-components'
2+
3+
export const Box = styled.div`
4+
background-color: ${({ theme }) => theme.colors.grayscale.gc_4};
5+
border-radius: 16px;
6+
`

0 commit comments

Comments
 (0)