Browse Source

add color SILVER_DARK

AykutSarac 3 years ago
parent
commit
928bec9717
1 changed files with 1 additions and 0 deletions
  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;
   }
 }