style: Add background color
This commit is contained in:
parent
9280d9b710
commit
833cc8b9a7
@ -21,6 +21,7 @@ const boxShadow = css`
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: 1px solid ${({ theme }) => theme.colors.gray200};
|
border: 1px solid ${({ theme }) => theme.colors.gray200};
|
||||||
box-shadow: 0px 4px 20px 0px #2060ee1a;
|
box-shadow: 0px 4px 20px 0px #2060ee1a;
|
||||||
|
background-color: ${({ theme }) => theme.colors.background};
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user