Skip to content

Commit 80714a3

Browse files
committed
feat: add transition on select picker border color
1 parent d84f889 commit 80714a3

File tree

1 file changed

+1
-0
lines changed
  • src/Shared/Components/SelectPicker

1 file changed

+1
-0
lines changed

src/Shared/Components/SelectPicker/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ export const getCommonSelectStyle = <OptionValue, IsMulti extends boolean>({
137137
maxHeight: '120px',
138138
overflow: 'auto',
139139
alignItems: 'safe center',
140+
transition: 'border-color 0.17s, border 0.17s',
140141
...(getVariantOverrides(variant)?.control(base, state) || {}),
141142

142143
'&:hover': {

0 commit comments

Comments
 (0)