소스 검색

add new color type

AykutSarac 3 년 전
부모
커밋
2e44f635fc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;