fix: alert dark ui

This commit is contained in:
AykutSarac 2024-02-05 10:40:39 +03:00
parent 66231fdcaa
commit 9a98bc5a68
No known key found for this signature in database

View File

@ -12,7 +12,7 @@ const StyledPremiumView = styled.div`
justify-content: center;
width: 100%;
height: 100%;
background: #020015;
background: ${({ theme }) => theme.BACKGROUND_TERTIARY};
img {
filter: drop-shadow(2px 2px 1px black);
@ -163,6 +163,7 @@ export const PremiumView = () => (
</StyledInfo>
<List
c="dimmed"
mt="lg"
spacing="xs"
size="md"