Explorar el Código

add new color

AykutSarac hace 3 años
padre
commit
9c8082cc04
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/constants/theme.ts

+ 1 - 0
src/constants/theme.ts

@@ -5,6 +5,7 @@ export const darkTheme: DefaultTheme = {
   FULL_WHITE: "#FFFFFF",
   BLACK: "#202225",
   BLACK_DARK: "#2C2F33",
+  BLACK_LIGHT: "#2F3136",
   BLACK_PRIMARY: "#36393f",
   BLACK_SECONDARY: "#23272A",
   CRIMSON: "#DC143C",