From 30bef37c3e84435e7877356e72c150fd3b7977f1 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Fri, 23 Apr 2021 18:19:37 +0100 Subject: [PATCH] Update theme --- {@types => src}/styled.d.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename {@types => src}/styled.d.ts (92%) diff --git a/@types/styled.d.ts b/src/styled.d.ts similarity index 92% rename from @types/styled.d.ts rename to src/styled.d.ts index a508f95..f2b05e3 100644 --- a/@types/styled.d.ts +++ b/src/styled.d.ts @@ -5,11 +5,13 @@ declare module 'styled-components' { colors: { black: { main: string; - light: string; }; white: { main: string; - light: string; + }; + gray: { + main: string; + dark: string; }; success: { main: string;