瀏覽代碼

add seagreen back

Aykut Saraç 3 年之前
父節點
當前提交
752d913d8d
共有 3 個文件被更改,包括 3 次插入1 次删除
  1. 1 1
      src/components/Button/index.tsx
  2. 1 0
      src/constants/theme.ts
  3. 1 0
      src/typings/styled.d.ts

+ 1 - 1
src/components/Button/index.tsx

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

+ 1 - 0
src/constants/theme.ts

@@ -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 - 0
src/typings/styled.d.ts

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