Skip to content

Commit

Permalink
Fix TS typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Jun 4, 2020
1 parent 888db8e commit 9ed7711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Theme } from './types/data/Theme';
import { CustomerTheme } from './types/data/CustomerTheme';

export const NRN_DEFAULT_SERVICE_LABEL = 'Next Right Now!';
export const NRN_DEFAULT_FONT = 'neuzeit-grotesk';
export const NRN_DEFAULT_SECONDARY_COLOR = '#fff';

export const NRN_DEFAULT_THEME: Theme = {
export const NRN_DEFAULT_THEME: CustomerTheme = {
primaryColor: 'blue',
};

0 comments on commit 9ed7711

Please sign in to comment.