From ef9c6c493ebbb07d241daaccdc5420236d4f8b96 Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Wed, 16 Mar 2022 01:48:33 +0530 Subject: [PATCH] feat: striped response header table --- renderer/components/RequestTabPanel/index.js | 2 +- .../ResponsePane/ResponseHeaders/StyledWrapper.js | 10 ++++++---- .../components/ResponsePane/ResponseHeaders/index.js | 2 +- renderer/styles/globals.css | 1 + 4 files changed, 9 insertions(+), 6 deletions(-) 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 {