hotfix: correct dark theme color for variant selector (#19406)
use colors not palettes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user