feat: implement description

This commit is contained in:
2026-01-20 19:35:24 -08:00
parent a2afc3fa05
commit 33e1db94f5
5 changed files with 111 additions and 18 deletions

View File

@@ -151,6 +151,14 @@ button:focus-visible {
transform-origin: top;
}
[data-alert-dialog-content][data-state="open"] {
animation: grow-in 150ms ease-out;
}
[data-alert-dialog-content][data-state="closed"] {
animation: grow-out 150ms ease-out;
}
@media (prefers-color-scheme: light) {
:root {
color: #213547;