This commit is contained in:
Ben Yorke
2023-09-25 16:21:41 +02:00
parent 2ee777ae97
commit e3407138cd
3 changed files with 56 additions and 29 deletions

View File

@@ -31,7 +31,7 @@
}
.shui__button__tile-separator {
@apply w-px h-full bg-white/10;
@apply w-px h-full bg-gray-08-alpha;
}
.shui__button-theme-text {
@@ -40,7 +40,7 @@
}
.shui__button-theme-gray {
background: or(--lx-gray-05, --ls-quaternary-background);
background: or(--lx-gray-06-alpha, --ls-quaternary-background);
}
.shui__button-theme-gray:hover {
@@ -211,7 +211,7 @@
}
.shui__button-shortcut-key {
@apply text-xs font-normal bg-white/10 h-5 w-5 flex items-center justify-center rounded;
@apply text-xs font-normal h-5 w-5 flex items-center justify-center rounded bg-gray-06-alpha;
}
.shui__cmdk-quick-capture-glow::before {