We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19329c7 commit b0cecfeCopy full SHA for b0cecfe
src/components/Box.ts
@@ -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