Files
easy-png-tools/web/src/lib/components/kit/StatusDot.svelte
T
2026-08-31 01:25:46 +05:00

11 lines
170 B
Svelte

<i class="status-dot" aria-hidden="true"></i>
<style>
.status-dot {
width: 6px;
height: 6px;
border-radius: 50%;
background-color: var(--success2);
}
</style>