Netfan
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
6 additions and
0 deletions
-
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> |
|
|
|
|