Skip to content

Commit

Permalink
feat: update color pallet to NS branding (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: owner <[email protected]>
  • Loading branch information
JavaDeveloper456788 authored Jan 9, 2025
1 parent b17b219 commit 735ad3b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,20 @@ const GrayscaleColors: IGrayscaleColors = {
}

const BrandColors: IBrandColors = {
primary: '#003366',
primaryDisabled: `#757575`,
primary: '#004a8b',
primaryDisabled: `rgba(0, 51, 102, ${lightOpacity})`,
secondary: '#FFFFFFFF',
secondaryDisabled: `#757575`,
primaryLight: '#D9EAF7',
secondaryDisabled: `rgba(0, 51, 102, ${heavyOpacity})`,
highlight: '#FCBA19',
primaryBackground: '#F2F2F2',
secondaryBackground: '#FFFFFF',
modalPrimary: '#003366',
modalSecondary: '#FFFFFFFF',
modalPrimaryBackground: '#FFFFFF',
modalSecondaryBackground: '#F2F2F2',
modalIcon: GrayscaleColors.darkGrey,
link: '#1A5A96',
primaryLight: '#D9EAF7',
modalPrimary: '#003366',
modalSecondary: '#FFFFFFFF',
modalIcon: GrayscaleColors.darkGrey,
unorderedList: GrayscaleColors.darkGrey,
unorderedListModal: GrayscaleColors.darkGrey,
text: GrayscaleColors.white,
Expand Down

0 comments on commit 735ad3b

Please sign in to comment.