mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
fix(ui-shell): HeaderAction
uses dark color scheme (#2119)
This commit is contained in:
parent
cbe0634f61
commit
7ff93ad2da
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@
|
||||||
class:bx--header-panel={true}
|
class:bx--header-panel={true}
|
||||||
class:bx--header-panel--expanded={true}
|
class:bx--header-panel--expanded={true}
|
||||||
style:overflow-y="auto"
|
style:overflow-y="auto"
|
||||||
|
style:color-scheme="dark"
|
||||||
transition:slide|local={{
|
transition:slide|local={{
|
||||||
...transition,
|
...transition,
|
||||||
duration: transition === false ? 0 : transition.duration,
|
duration: transition === false ? 0 : transition.duration,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue