Closed thepenskefile closed 3 years ago
This PR fixes two issues:
At the moment, and since this commit (https://github.com/bumbag/bumbag-ui/commit/9c371e490028ebeefd03f8f2e5ef4cb928a46c24), the select menu search has been broken such that typing anything into the search box will result in an undefined item being selected.
undefined
The select menu font weights are a bit out of whack on the Medipass theme.
This PR fixes two issues:
1. Select menu search
At the moment, and since this commit (https://github.com/bumbag/bumbag-ui/commit/9c371e490028ebeefd03f8f2e5ef4cb928a46c24), the select menu search has been broken such that typing anything into the search box will result in an
undefined
item being selected.Before
After with PR fix
2. Select menu item label font weights
The select menu font weights are a bit out of whack on the Medipass theme.
Before
After with PR fix