This commit is contained in:
Viet An
2026-06-11 09:16:36 +07:00
parent 7325230280
commit 03f3112573
5 changed files with 228 additions and 304 deletions

View File

@@ -6,7 +6,7 @@ const props = defineProps({
<template>
<div
class="w-full h-4"
:style="{ backgroundColor: color, outline: '1px solid var(--bulma-grey-lighter)' }"
class="size-5 rounded-full"
:style="{ backgroundColor: color }"
></div>
</template>