This commit is contained in:
dap
2025-03-22 18:31:19 +08:00
10 changed files with 42 additions and 18 deletions

View File

@@ -34,4 +34,8 @@ const props = defineProps<Props>();
button[role='combobox'][data-placeholder] {
color: hsl(var(--muted-foreground));
}
button {
--ring: var(--primary);
}
</style>