Skip to content

Commit af32586

Browse files
committed
Fix - BaseIcon - Remove typo
1 parent c6573a9 commit af32586

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/atoms/BaseIcon.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<script setup>
1+
<script setup>
22
import { computed } from "vue";
33
import { XMLNS } from "../lib";
44
@@ -189,10 +189,6 @@ const icons = computed(() => {
189189
</template>
190190

191191
<style scoped>
192-
svg * {
193-
all: unset;
194-
}
195-
196192
.spin {
197193
animation: smartspin 0.5s infinite linear;
198194
}

0 commit comments

Comments
 (0)