fix style

This commit is contained in:
tommy
2025-11-07 15:03:40 +08:00
parent d12cc61d40
commit 0ae1ef29d5
2 changed files with 27 additions and 9 deletions

View File

@@ -631,7 +631,6 @@
.ui-card-header {
display: flex;
flex-direction: column;
gap: 0.5rem;
padding: 1.5rem 1.5rem 0 1.5rem;
}
@@ -1141,7 +1140,9 @@
width: 1rem;
height: 1rem;
color: hsl(var(--muted-foreground));
transition: transform 0.2s ease, color 0.2s ease;
transition:
transform 0.2s ease,
color 0.2s ease;
}
.ui-select-icon svg {