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