diff --git a/src/styles/Themes.styles.js b/src/styles/Themes.styles.js index 3d23e04..40af524 100644 --- a/src/styles/Themes.styles.js +++ b/src/styles/Themes.styles.js @@ -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; `;