fix. 로딩 상태 수정

This commit is contained in:
clkim
2025-11-13 12:29:07 +09:00
parent 6765ae905c
commit c92f2e69db
5 changed files with 24 additions and 17 deletions

View File

@@ -65,16 +65,3 @@ onBeforeUnmount(() => {
<template>
<div id="stove-wrap" class="relative h-[48px] z-[5]" />
</template>
<style scoped>
[data-theme='light'] {
#stove-wrap {
@apply bg-white;
}
}
[data-theme='dark'] {
#stove-wrap {
@apply bg-black;
}
}
</style>