hotfix: correct dark theme color for variant selector (#19406)

use colors not palettes
This commit is contained in:
Niels Lyngsø
2025-05-26 06:41:24 +02:00
committed by GitHub
parent ab25074711
commit 366c1f9960

View File

@@ -596,8 +596,8 @@ export class UmbWorkspaceSplitViewVariantSelectorElement<
}
.switch-button:hover {
background: var(--uui-palette-sand);
color: var(--uui-palette-space-cadet-light);
background: var(--uui-color-surface-emphasis);
color: var(--uui-color-interactive-emphasis);
}
.switch-button .variant-info {
flex-grow: 1;