add seagreen back

This commit is contained in:
Aykut Saraç 2022-03-18 11:22:26 +03:00
parent 463dca300a
commit 752d913d8d
3 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@ enum ButtonType {
PRIMARY = "SILVER_DARK",
SECONDARY = "BLURPLE",
DANGER = "DANGER",
SUCCESS = "LIGHTGREEN",
SUCCESS = "SEAGREEN",
WARNING = "ORANGE",
}

View File

@ -12,6 +12,7 @@ export const darkTheme: DefaultTheme = {
DARK_SALMON: "#E9967A",
DANGER: "#F26522",
LIGHTGREEN: "#90EE90",
SEAGREEN: "#3BA55D",
ORANGE: "#FAA81A",
SILVER: "#B9BBBE",
SILVER_DARK: "#4D4D4D"

View File

@ -20,6 +20,7 @@ declare module "styled-components" {
DARK_SALMON: string;
DANGER: string;
LIGHTGREEN: string;
SEAGREEN: string;
ORANGE: string;
SILVER: string;
SILVER_DARK: string;