Forráskód Böngészése

add new color type

AykutSarac 3 éve
szülő
commit
2e44f635fc
1 módosított fájl, 1 hozzáadás és 0 törlés
  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;