Button dot styling

This commit is contained in:
andrewwallacespeckle
2025-08-06 13:46:11 +01:00
parent c26e0a3958
commit 7612f8cfcd
@@ -13,7 +13,7 @@
<slot />
<div
v-if="dot"
class="absolute -top-1 -right-1 w-3 h-3 bg-primary rounded-full border-2 border-foundation"
class="absolute top-0.5 right-0.5 w-2.5 h-2.5 bg-primary rounded-full border-2 border-foundation"
/>
</button>
</template>