feat: bg color change
This commit is contained in:
@@ -77,7 +77,7 @@ const BrowserNavBar: FC<NavBarProps> = ({
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<StyledNavBar browserWidth={900}>
|
<StyledNavBar browserWidth={1150}>
|
||||||
<NavBarButton
|
<NavBarButton
|
||||||
type="button"
|
type="button"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
|
|||||||
style={{
|
style={{
|
||||||
color: 'white',
|
color: 'white',
|
||||||
position: 'fixed',
|
position: 'fixed',
|
||||||
background: '#870468',
|
background: '#101828',
|
||||||
border: 'none',
|
border: 'none',
|
||||||
padding: '30px 20px',
|
padding: '30px 20px',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ export const BrowserContent = () => {
|
|||||||
}, [])
|
}, [])
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div style={{ background: 'red' }}>
|
<div style={{ background: '#101828' }}>
|
||||||
<BrowserTabs
|
<BrowserTabs
|
||||||
tabs={tabs}
|
tabs={tabs}
|
||||||
handleTabChange={handleTabChange}
|
handleTabChange={handleTabChange}
|
||||||
|
|||||||
Reference in New Issue
Block a user