From dc5525d9e0d40f317439f7c2aadc6cf38b613cc5 Mon Sep 17 00:00:00 2001 From: georgewrmarshall Date: Fri, 18 Mar 2022 11:46:01 -0700 Subject: [PATCH] Fixing secondary default color for CSS in JS --- src/colors/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/colors/index.ts b/src/colors/index.ts index 0b80e20b..56db6342 100644 --- a/src/colors/index.ts +++ b/src/colors/index.ts @@ -96,7 +96,7 @@ const colors = { disabled: '#1098FC80', }, secondary: { - default: '##F8883', + default: '#F8883B', alternative: '#FAA66C', muted: '#F8883B26', inverse: '#FCFCFC',