Skip to content

Commit

Permalink
LF-4122 Move menuList padding into option
Browse files Browse the repository at this point in the history
  • Loading branch information
kathyavini committed Mar 20, 2024
1 parent 3534fff commit 31f637c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ export default function RemoveAnimalsModal(props: RemoveAnimalsModalProps) {
: styles.dropDownOptionGreen,
),
placeholder: ({ isFocused }) => (isFocused ? styles.placeholderHidden : ''),
menuList: () => styles.dropDownList,
valueContainer: (state) =>
isCreatedInError(state.getValue()[0]?.value) ? styles.textRed : '',
} satisfies ClassNamesConfig<RemovalOption>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,8 @@ input:checked {
}
}

.dropDownList {
padding: 16px;
}

.dropDownOption {
padding: 8px 16px;
padding: 8px 32px;
}

.dropDownOptionGreen {
Expand Down

0 comments on commit 31f637c

Please sign in to comment.