-
-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
888db8e
commit 9ed7711
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
}; |