Skip to content

Commit

Permalink
OM-322: add theme variables for landing (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
olewandowski1 authored Oct 25, 2024
1 parent 989a80a commit 54888ed
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/helpers/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,18 @@ const theme = createTheme({
justifyContent: "flex-end",
},
},
landing: {
palette: {
primary: '#3B6900',
secondary: '#F3DA00',
tertiary: '#539300',
mutedPrimary: 'rgba(45, 166, 4, 0.08)',
mutedSecondary: '#FFFBDA',
black: '#000000',
white: '#FFFFFF',
text: '#1E1E23',
},
}
});

export default theme;

0 comments on commit 54888ed

Please sign in to comment.