fix: vben select placeholder color (#5286)

This commit is contained in:
Netfan 2025-01-02 10:19:20 +08:00 committed by GitHub
parent 081d2aed23
commit 801c640724
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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