瀏覽代碼

add color SILVER_DARK

AykutSarac 3 年之前
父節點
當前提交
928bec9717
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/typings/styled.d.ts

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

@@ -22,5 +22,6 @@ declare module "styled-components" {
     SEAGREEN: string;
     ORANGE: string;
     SILVER: string;
+    SILVER_DARK: string;
   }
 }