Explorar el Código

standard clickable

Justin Rhee hace 3 años
padre
commit
3df86af855
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dashboard/src/shared/themes/standard.ts

+ 1 - 1
dashboard/src/shared/themes/standard.ts

@@ -2,7 +2,7 @@ const theme = {
   bg: "#202227",
   fg: "#27292e",
   clickable: {
-    bg: "#27292e",
+    bg: "linear-gradient(180deg, #26292e, #24272c)",
   },
   text: {
     primary: "#ffffff",