Skip to content

Commit

Permalink
fix: vben select placeholder color (#5286)
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetfan authored Jan 2, 2025
1 parent 081d2ae commit 801c640
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 801c640

Please sign in to comment.