mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-23 01:30:26 +08:00
fix: vben select placeholder color (#5286)
This commit is contained in:
parent
081d2aed23
commit
801c640724
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user