mock events saved to db

This commit is contained in:
2026-03-01 03:36:47 -07:00
parent a9e93f1eba
commit e029966bb4
13 changed files with 970 additions and 366 deletions
+20
View File
@@ -906,6 +906,26 @@
}
}
}
.active\:bg-accent {
&:active {
background-color: var(--accent);
}
}
.active\:bg-accent-secondary {
&:active {
background-color: var(--accent-secondary);
}
}
.active\:bg-muted {
&:active {
background-color: var(--muted);
}
}
.active\:bg-secondary {
&:active {
background-color: var(--secondary);
}
}
.disabled\:cursor-not-allowed {
&:disabled {
cursor: not-allowed;