@@ -5,7 +5,7 @@ enum ButtonType {
PRIMARY = "SILVER_DARK",
SECONDARY = "BLURPLE",
DANGER = "DANGER",
- SUCCESS = "LIGHTGREEN",
+ SUCCESS = "SEAGREEN",
WARNING = "ORANGE",
}
@@ -12,6 +12,7 @@ export const darkTheme: DefaultTheme = {
DARK_SALMON: "#E9967A",
DANGER: "#F26522",
LIGHTGREEN: "#90EE90",
+ SEAGREEN: "#3BA55D",
ORANGE: "#FAA81A",
SILVER: "#B9BBBE",
SILVER_DARK: "#4D4D4D"
@@ -20,6 +20,7 @@ declare module "styled-components" {
DARK_SALMON: string;
DANGER: string;
LIGHTGREEN: string;
+ SEAGREEN: string;
ORANGE: string;
SILVER: string;
SILVER_DARK: string;