fix: update styles

This commit is contained in:
2026-08-31 01:25:46 +05:00
parent 6c8f7b2d8b
commit 2c70c445d5
11 changed files with 63 additions and 77 deletions
+1 -2
View File
@@ -2,10 +2,9 @@
<style>
.status-dot {
display: inline-block;
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--success);
background-color: var(--success2);
}
</style>