Parcourir la source

add color SILVER_DARK

AykutSarac il y a 3 ans
Parent
commit
928bec9717
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;
   }
 }