Fix editor padding

This commit is contained in:
Gregory Schier
2023-03-15 17:29:35 -07:00
parent e3faf32708
commit 903db5fffd
3 changed files with 11 additions and 4 deletions

View File

@@ -56,8 +56,8 @@ export function UrlBar({ sendRequest, loading, onMethodChange, method, onUrlChan
<IconButton
title="Send Request"
type="submit"
className="mr-0.5"
size="sm"
color="custom"
className="!px-2 mr-0.5"
icon={loading ? 'update' : 'paperPlane'}
spin={loading}
disabled={loading}