From 76558257cc76cf7faf07dad6180dacbadfe19882 Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Wed, 7 Jun 2023 16:46:16 -0600 Subject: [PATCH] fix: make placeholder text italic --- src/picker/Picker.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/picker/Picker.tsx b/src/picker/Picker.tsx index 76718f48..57045150 100644 --- a/src/picker/Picker.tsx +++ b/src/picker/Picker.tsx @@ -204,6 +204,7 @@ function Picker( .ac-dropdown-button__text { .is-placeholder { color: ${theme.textColors.white70}; + font-style: italic; } } `}