Explorar el Código

add new color type

AykutSarac hace 3 años
padre
commit
2e44f635fc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/typings/styled.d.ts

+ 1 - 0
src/typings/styled.d.ts

@@ -12,6 +12,7 @@ declare module "styled-components" {
     BLURPLE: string;
     FULL_WHITE: string;
     BLACK: string;
+    BLACK_LIGHT: string;
     BLACK_DARK: string;
     BLACK_PRIMARY: string;
     BLACK_SECONDARY: string;