Skip to content

Commit

Permalink
update style for combobox dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Wang authored and Patrick Wang committed Jun 4, 2024
1 parent 4466d7f commit cc3ead8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion btr-web/btr-common-components/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ export default defineAppConfig({
selectMenu: {
label: 'text-gray-700',
rounded: 'rounded-none',
input: 'bg-gray-100 text-gray-700 placeholder-primary h-10 -mt-2 border-b-[1px] border-b-primary',
input: 'bg-gray-100 text-gray-700 placeholder-primary h-10 -mt-2 border-b-[1.5px] border-b-primary',
popper: { offsetDistance: '0', placement: 'bottom-start', locked: true },
base: 'overflow-x-hidden',
padding: 'p-0',
ring: 'ring-0',
option: {
rounded: 'rounded-none',
active: 'text-primary-500',
Expand Down

0 comments on commit cc3ead8

Please sign in to comment.