style: Add background color

This commit is contained in:
jhynsoo 2023-10-25 18:40:12 +09:00
parent 9280d9b710
commit 833cc8b9a7

View File

@ -21,6 +21,7 @@ const boxShadow = css`
border-radius: 10px;
border: 1px solid ${({ theme }) => theme.colors.gray200};
box-shadow: 0px 4px 20px 0px #2060ee1a;
background-color: ${({ theme }) => theme.colors.background};
transition: all 0.3s ease;
`;