From 09c6feed981b272faaffcec4d7abdc0e9aaf20a4 Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Mon, 10 Oct 2022 04:26:47 +0530 Subject: [PATCH] chore: updated readme --- packages/bruno-app/src/components/RequestTabs/StyledWrapper.js | 1 + packages/bruno-app/src/components/RequestTabs/index.js | 2 +- readme.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/bruno-app/src/components/RequestTabs/StyledWrapper.js b/packages/bruno-app/src/components/RequestTabs/StyledWrapper.js index b3c133a35..f6cb4c48b 100644 --- a/packages/bruno-app/src/components/RequestTabs/StyledWrapper.js +++ b/packages/bruno-app/src/components/RequestTabs/StyledWrapper.js @@ -62,6 +62,7 @@ const Wrapper = styled.div` justify-content: center; color: rgb(117 117 117); position: relative; + background-color: white; top: -1px; > div { diff --git a/packages/bruno-app/src/components/RequestTabs/index.js b/packages/bruno-app/src/components/RequestTabs/index.js index f18dbecc1..b18926a42 100644 --- a/packages/bruno-app/src/components/RequestTabs/index.js +++ b/packages/bruno-app/src/components/RequestTabs/index.js @@ -118,7 +118,7 @@ const RequestTabs = () => { ) : null} -
  • +
  • diff --git a/readme.md b/readme.md index 72f421560..2b7f2640c 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ Opensource API Client. ### Comparision with Similar tools Bruno is at early stages of development, and does not yet have all the bells and whistles. -But, here is a rundown of key areas where bruno is different from other similar tools out there. +Here is a rundown of key areas where bruno is different from other similar tools out there. | Feature | Bruno | Postman | Insomnia | Hoppscotch | | ---------| ------| --------| ---------| ---------- |