Ver Fonte

add color SILVER_DARK

AykutSarac há 3 anos atrás
pai
commit
928bec9717
1 ficheiros alterados com 1 adições e 0 exclusões
  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;
     SEAGREEN: string;
     ORANGE: string;
     ORANGE: string;
     SILVER: string;
     SILVER: string;
+    SILVER_DARK: string;
   }
   }
 }
 }