add new color type

This commit is contained in:
AykutSarac 2022-02-02 00:09:40 +03:00
parent bb47ca8ade
commit 2e44f635fc

View File

@ -12,6 +12,7 @@ declare module "styled-components" {
BLURPLE: string;
FULL_WHITE: string;
BLACK: string;
BLACK_LIGHT: string;
BLACK_DARK: string;
BLACK_PRIMARY: string;
BLACK_SECONDARY: string;