Explorar el Código

add color SILVER_DARK

AykutSarac hace 3 años
padre
commit
08b3ed4280
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;