Button dot styling
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user