Some minor tweaks

This commit is contained in:
Gregory Schier
2023-02-21 17:56:48 -08:00
parent 45b7bc2c84
commit 30b1b87fea
6 changed files with 13 additions and 10 deletions

View File

@@ -66,7 +66,7 @@ function App() {
</nav>
<VStack className="w-full">
<HStack as={WindowDragRegion} items="center" className="pl-4 pr-1">
<h5>Hello, Friend!</h5>
<h5 className="pointer-events-none text-gray-800">Send Request</h5>
<IconButton icon="gear" className="ml-auto" size="sm" />
</HStack>
<VStack className="p-4 max-w-[35rem] mx-auto" space={3}>
@@ -74,6 +74,7 @@ function App() {
<DropdownMenuRadio
onValueChange={setMethod}
value={method}
label="HTTP Method"
items={[
{ label: 'GET', value: 'get' },
{ label: 'PUT', value: 'put' },