Browse Source

fix: vben select placeholder color (#5286)

pull/5292/head
Netfan 1 year ago
committed by GitHub
parent
commit
801c640724
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      packages/@core/ui-kit/shadcn-ui/src/components/select/select.vue

6
packages/@core/ui-kit/shadcn-ui/src/components/select/select.vue

@ -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…
Cancel
Save