Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
Use a transparent background for the DrawerTab component. (#18)
Browse files Browse the repository at this point in the history
This will hopefully resolve an issue with the `light` theme which was
resulting in a dark background making it impossible to read the labels on
the components (e.g. "HTTP Headers" and "Query variables").
  • Loading branch information
abernix authored Jul 4, 2019
1 parent 908eb3d commit 18d1b0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ interface DrawerTabProps {
const DrawerTab = styled<DrawerTabProps, 'button'>('button')`
padding: 0;
margin-right: 10px;
background: #0b1924;
background: transparent;
text-transform: uppercase;
font-weight: 600;
Expand Down

0 comments on commit 18d1b0e

Please sign in to comment.