Skip to content

Commit

Permalink
fix: alert dark ui
Browse files Browse the repository at this point in the history
  • Loading branch information
AykutSarac committed Feb 5, 2024
1 parent 66231fd commit 9a98bc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/containers/Views/GraphView/PremiumView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -163,6 +163,7 @@ export const PremiumView = () => (
</StyledInfo>

<List
c="dimmed"
mt="lg"
spacing="xs"
size="md"
Expand Down

0 comments on commit 9a98bc5

Please sign in to comment.