mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-30 22:22:02 +02:00
Fix input focus border
This commit is contained in:
@@ -54,7 +54,7 @@ export const ResponsePane = memo(function ResponsePane({ style, className }: Pro
|
||||
|
||||
const tabs = useMemo(
|
||||
() => [
|
||||
{ label: 'Body', value: 'body' },
|
||||
{ label: 'Preview', value: 'body' },
|
||||
{
|
||||
label: (
|
||||
<div className="flex items-center">
|
||||
|
||||
Reference in New Issue
Block a user