We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
svg icon
z-index
safari
1 parent 3c86750 commit 6500b79Copy full SHA for 6500b79
frontend/layers/base/app/components/BaseColormode.vue
@@ -34,11 +34,17 @@ const handleUpdate = () => {
34
@update:model-value="handleUpdate"
35
>
36
<template #light=" { label } ">
37
- <BaseIcon name="sun" />
+ <BaseIcon
38
+ name="sun"
39
+ class="relative z-10"
40
+ />
41
<span class="sr-only">{{ label }}</span>
42
</template>
43
<template #dark=" { label } ">
- <BaseIcon name="moon" />
44
45
+ name="moon"
46
47
48
49
50
</BaseSwitch>
0 commit comments