Browse Source

add color SILVER_DARK

AykutSarac 3 năm trước cách đây
mục cha
commit
928bec9717
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
   }
 }