Skip to content

Commit

Permalink
fix: make placeholder text italic
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Jun 7, 2023
1 parent 7c07f77 commit 7655825
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/picker/Picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ function Picker<T extends object>(
.ac-dropdown-button__text {
.is-placeholder {
color: ${theme.textColors.white70};
font-style: italic;
}
}
`}
Expand Down

0 comments on commit 7655825

Please sign in to comment.