mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-17 06:19:41 +02:00
Minor theme updates again
This commit is contained in:
@@ -22,7 +22,7 @@ export function RequestPane({ fullHeight, request, className }: Props) {
|
||||
>
|
||||
<div className="pl-2">
|
||||
<UrlBar
|
||||
className="bg-transparent"
|
||||
className="bg-transparent shadow dark:shadow-none shadow-gray-200"
|
||||
key={request.id}
|
||||
method={request.method}
|
||||
url={request.url}
|
||||
|
||||
Reference in New Issue
Block a user