Skip to content

Commit

Permalink
Add theme options for n12
Browse files Browse the repository at this point in the history
  • Loading branch information
shaked-hayek committed Mar 2, 2024
1 parent 088e796 commit d0bb6a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/style/default/_defaultColors.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
//blue base collection
import {darkestRed, grayBeige, softRed} from "../n12/_n12_colors";

export const blueVioletColor = '#3f51b5';
export const skyBlueColor = '#00aaff';
export const oceanBlueColor = '#0088cc';
Expand Down
2 changes: 1 addition & 1 deletion src/style/default/defaultTheme.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ThemeOptions } from '@material-ui/core';
import { ColorScheme, defaultThemeColors, fontFamilyString } from 'style';
import { defaultThemeColors, fontFamilyString } from 'style';
import { darkGrey } from 'style'

const defaultThemeOptions: ThemeOptions = {
Expand Down

0 comments on commit d0bb6a6

Please sign in to comment.