Skip to content

Commit

Permalink
rewards page
Browse files Browse the repository at this point in the history
  • Loading branch information
martincai8 committed Dec 24, 2024
1 parent 6bd9810 commit 55b168f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/RewardCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import styled from 'styled-components'
import ReactCardFlip from 'react-card-flip'

const Container = styled.div`
background-image: ${p => p.theme.colors.backgroundTertiary};
background-color: ${p => p.theme.colors.backgroundTertiary};
border-radius: 8px;
padding: 20px;
width: 280px;
Expand Down
2 changes: 1 addition & 1 deletion src/theme/ThemeProvider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const nwHacksTheme = {
colors: {
background: '#EDDECC',
backgroundSecondary: '#E2D0BA',
backgroundTertiary: 'linear-gradient(180deg, #F9C745 0%, #FF880F 100%)',
backgroundTertiary: '#FFEDD7',
text: '#3A2F21',
textSecondary: '#01033D',
highlight: '#30C55A',
Expand Down

0 comments on commit 55b168f

Please sign in to comment.