fix: ctrl+c shortcut, minor ui issues

This commit is contained in:
liyasthomas
2021-08-23 10:22:07 +05:30
parent 294b1a5a7c
commit 91df36ccca
6 changed files with 12 additions and 6 deletions

View File

@@ -28,7 +28,7 @@
// Tooltip color
--tooltip-color: theme("colors.true-gray.100");
// Popover color
--popover-color: theme("colors.true-gray.800");
--popover-color: theme("colors.dark.700");
// Editor theme
--editor-theme: "merbivore_soft";
}