Skip to content

Commit

Permalink
feat: Add border to listbox/select/combobox footers (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmar authored Jan 30, 2023
1 parent fac45f4 commit c5531e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ListBoxItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ const ListBoxFooterInner = styled.div<{ focused?: boolean }>(({ theme, focused =
position: 'relative',
width: '100%',
padding: `${theme.spacing.small}px ${theme.spacing.medium}px`,
borderTop: theme.borders['fill-two'],
'&:hover': {
backgroundColor: theme.colors['fill-two-hover'],
},
Expand Down

0 comments on commit c5531e5

Please sign in to comment.