Failed to run the optimizer
} diff --git a/web/src/Enums.ts b/web/src/Enums.ts index 8a8f7bf..9dd34e8 100644 --- a/web/src/Enums.ts +++ b/web/src/Enums.ts @@ -5,9 +5,4 @@ export enum BridgingOption { CERAMIC_DISCS = 'CERAMIC_DISCS', } -export enum COLORS { - primary = 'black', - secondary = '#017078', -} - export const CeramicDiscsValues = ['10', '12', '20', '40', '50', '55', '120'] diff --git a/web/src/colors.ts b/web/src/colors.ts new file mode 100644 index 0000000..a333723 --- /dev/null +++ b/web/src/colors.ts @@ -0,0 +1,5 @@ +export const colors = { + primary: '#black', + secondary: '#017078', + background: '#f7f7f7', +}