Skip to content

Commit d7fc6ef

Browse files
authored
feat: latest logo + wide as column (#262)
1 parent 54dd7e1 commit d7fc6ef

File tree

3 files changed

+80
-70
lines changed

3 files changed

+80
-70
lines changed

src/components/header/header.styles.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@ export const leftSectionStyles = {
4040
alignItems: 'center',
4141
justifyContent: 'center',
4242

43-
width: '115px',
43+
width: '240px',
4444
height: '39px',
4545

46-
bg: 'primary',
47-
4846
cursor: 'pointer',
4947

5048
borderRadius: '0px 3px 3px 0px',

src/components/header/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const Header: FC<HeaderProps> = ({
2424
<Box sx={styles} variant="header">
2525
{/* Left Section */}
2626
<Box sx={leftSectionStyles} onClick={logoAction}>
27-
<Logo withName={true} />
27+
<Logo withName={true} height={35} width={160}/>
2828
</Box>
2929
<Box
3030
sx={{

0 commit comments

Comments
 (0)