mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
fix: alert dark ui
This commit is contained in:
parent
66231fdcaa
commit
9a98bc5a68
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user