Hook up theme and clear responses

This commit is contained in:
Gregory Schier
2023-02-24 12:13:30 -08:00
parent 43f1c7caf6
commit 3fd8cd5713
10 changed files with 154 additions and 155 deletions

View File

@@ -28,7 +28,7 @@ export function UrlBar({ sendRequest, onMethodChange, method, onUrlChange, url }
};
return (
<form onSubmit={handleSendRequest} className="w-full flex items-center">
<form onSubmit={handleSendRequest} className="w-full flex items-center overflow-hidden">
<Input
hideLabel
size="sm"