Minor style tweaks

This commit is contained in:
Gregory Schier
2023-03-21 18:31:05 -07:00
parent c51805fe69
commit 7a6f0ccc46
9 changed files with 33 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ export const RequestMethodDropdown = memo(function RequestMethodDropdown({
}: Props) {
return (
<RadioDropdown value={method} items={methodItems} onChange={onChange}>
<Button size="sm" className={className}>
<Button size="xs" className={className}>
{method.toUpperCase()}
</Button>
</RadioDropdown>