fix: remove empty style block from Label.vue

Fixes a regression introduced in 3c75e0a9b6
This commit is contained in:
kolaente
2025-11-20 15:10:17 +01:00
committed by GitHub
parent b6dcde7f6c
commit e3ca310c05

View File

@@ -18,8 +18,3 @@ const {getLabelStyles} = useLabelStyles()
<span>{{ label.title }}</span>
</span>
</template>
<style scoped lang="scss">
.tag {
}
</style>