浏览代码

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;