Ela_Front/src/components/theme.js

7 lines
124 B
JavaScript

export const theme = {
primaryDark: '#0D0C1D',
primaryLight: '#EFFFFA',
primaryHover: '#343078',
mobile: '576px',
}