add color SILVER_DARK

This commit is contained in:
AykutSarac 2022-02-02 20:46:52 +03:00
parent 08b3ed4280
commit 928bec9717

View File

@ -22,5 +22,6 @@ declare module "styled-components" {
SEAGREEN: string;
ORANGE: string;
SILVER: string;
SILVER_DARK: string;
}
}