fix(editor): Dark mode switch style fix and other tweaks (no-changelog) (#7599)

Github issue / Community forum post (link here to close automatically):
This commit is contained in:
Giulio Andreini
2023-11-14 17:13:30 +01:00
committed by GitHub
parent a9c7188c4d
commit f1e7ef0117
10 changed files with 35 additions and 23 deletions

View File

@@ -6,7 +6,6 @@
@mixin primitives {
// Gray
--prim-gray-h: 220;
--prim-gray-s: 30%;
--prim-gray-820: hsl(var(--prim-gray-h), 1%, 18%);
--prim-gray-800: hsl(var(--prim-gray-h), 1%, 20%);
@@ -20,6 +19,7 @@
--prim-gray-120: hsl(var(--prim-gray-h), 25%, 88%);
--prim-gray-70: hsl(var(--prim-gray-h), 32%, 93%);
--prim-gray-40: hsl(var(--prim-gray-h), 40%, 96%);
--prim-gray-30: hsl(var(--prim-gray-h), 40%, 97%);
--prim-gray-10: hsl(var(--prim-gray-h), 47%, 99%);
--prim-gray-0-alpha-075: hsla(var(--prim-gray-h), 50%, 100%, 0.75);
--prim-gray-0-alpha-025: hsla(var(--prim-gray-h), 50%, 100%, 0.25);