This commit is contained in:
dap
2025-01-06 10:30:25 +08:00
3 changed files with 8 additions and 1 deletions

View File

@@ -29,3 +29,9 @@ const props = defineProps<Props>();
</SelectContent>
</Select>
</template>
<style lang="scss" scoped>
button[role='combobox'][data-placeholder] {
color: hsl(var(--muted-foreground));
}
</style>