mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
add seagreen back
This commit is contained in:
parent
463dca300a
commit
752d913d8d
@ -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"
|
||||
|
1
src/typings/styled.d.ts
vendored
1
src/typings/styled.d.ts
vendored
@ -20,6 +20,7 @@ declare module "styled-components" {
|
||||
DARK_SALMON: string;
|
||||
DANGER: string;
|
||||
LIGHTGREEN: string;
|
||||
SEAGREEN: string;
|
||||
ORANGE: string;
|
||||
SILVER: string;
|
||||
SILVER_DARK: string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user