diff --git a/renderer/components/RequestTabPanel/index.js b/renderer/components/RequestTabPanel/index.js
index 552a7e774..41daa1a35 100644
--- a/renderer/components/RequestTabPanel/index.js
+++ b/renderer/components/RequestTabPanel/index.js
@@ -125,7 +125,7 @@ const RequestTabPanel = () => {
borderBottom: 'solid 1px var(--color-layout-border)'
}}
>
-
{item.name}
+ {item.name}
{
return (
-
+
diff --git a/renderer/styles/globals.css b/renderer/styles/globals.css
index a3675f475..c7cc6bd86 100644
--- a/renderer/styles/globals.css
+++ b/renderer/styles/globals.css
@@ -16,6 +16,7 @@
--color-method-put: #8e44ad;
--color-method-delete: #8e44ad;
--color-method-patch: #8e44ad;
+ --color-table-stripe: #f3f3f3;
}
html, body {