fix: adjust button margin in OptionCombobox component

This commit is contained in:
mlogclub
2026-06-22 16:09:25 +08:00
parent eb7da6ef80
commit 13c4b6ff1f
+1 -1
View File
@@ -58,7 +58,7 @@ export function OptionCombobox({
<Button
variant="outline"
role="combobox"
className="w-full justify-between font-normal"
className="m-0 w-full justify-between font-normal"
disabled={disabled}
/>
}