forked from extern/bruno
spelling: bottom
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
a71555725c
commit
9947a55b8d
@ -1,7 +1,7 @@
|
|||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
|
|
||||||
const Wrapper = styled.div`
|
const Wrapper = styled.div`
|
||||||
border-bottom: 1px solid ${(props) => props.theme.requestTabs.borromBorder};
|
border-bottom: 1px solid ${(props) => props.theme.requestTabs.bottomBorder};
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -174,7 +174,7 @@ const darkTheme = {
|
|||||||
requestTabs: {
|
requestTabs: {
|
||||||
color: '#ccc',
|
color: '#ccc',
|
||||||
bg: '#2A2D2F',
|
bg: '#2A2D2F',
|
||||||
borromBorder: '#444',
|
bottomBorder: '#444',
|
||||||
icon: {
|
icon: {
|
||||||
color: '#9f9f9f',
|
color: '#9f9f9f',
|
||||||
hoverColor: 'rgb(204, 204, 204)',
|
hoverColor: 'rgb(204, 204, 204)',
|
||||||
|
@ -178,7 +178,7 @@ const lightTheme = {
|
|||||||
requestTabs: {
|
requestTabs: {
|
||||||
color: 'rgb(52, 52, 52)',
|
color: 'rgb(52, 52, 52)',
|
||||||
bg: '#f7f7f7',
|
bg: '#f7f7f7',
|
||||||
borromBorder: '#efefef',
|
bottomBorder: '#efefef',
|
||||||
icon: {
|
icon: {
|
||||||
color: '#9f9f9f',
|
color: '#9f9f9f',
|
||||||
hoverColor: 'rgb(76 76 76)',
|
hoverColor: 'rgb(76 76 76)',
|
||||||
|
Loading…
Reference in New Issue
Block a user