Sfoglia il codice sorgente

add color SILVER_DARK

AykutSarac 3 anni fa
parent
commit
928bec9717
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;
   }
 }