Browse Source

add color SILVER_DARK

AykutSarac 3 năm trước cách đây
mục cha
commit
08b3ed4280
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/constants/theme.ts

+ 1 - 0
src/constants/theme.ts

@@ -14,4 +14,5 @@ export const darkTheme: DefaultTheme = {
   SEAGREEN: "#3BA55D",
   ORANGE: "#FAA81A",
   SILVER: "#B9BBBE",
+  SILVER_DARK: "#4D4D4D"
 } as const;