Skip to content

Commit 366c1f9

Browse files
authored
hotfix: correct dark theme color for variant selector (#19406)
use colors not palettes
1 parent ab25074 commit 366c1f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Umbraco.Web.UI.Client/src/packages/core/workspace/components/workspace-split-view/workspace-split-view-variant-selector.element.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,8 +596,8 @@ export class UmbWorkspaceSplitViewVariantSelectorElement<
596596
}
597597
598598
.switch-button:hover {
599-
background: var(--uui-palette-sand);
600-
color: var(--uui-palette-space-cadet-light);
599+
background: var(--uui-color-surface-emphasis);
600+
color: var(--uui-color-interactive-emphasis);
601601
}
602602
.switch-button .variant-info {
603603
flex-grow: 1;

0 commit comments

Comments
 (0)