feat: implement description
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user