Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 765f676

Browse files
committed
style: lint:fix
1 parent 855f6d1 commit 765f676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/components/DockingPanel.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { isInPopup } from '../logic/state'
88
<PopupButton v-if="!isInPopup" />
99
<VDarkToggle v-slot="{ toggle, isDark }">
1010
<VButton n="sm primary" @click="toggle">
11-
<div carbon-sun dark:carbon-moon translate-y--1px />
11+
<div carbon-sun translate-y--1px dark:carbon-moon />
1212
{{ isDark.value ? "Dark" : "Light" }}
1313
</VButton>
1414
</VDarkToggle>

0 commit comments

Comments
 (0)