We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54dd7e1 commit d7fc6efCopy full SHA for d7fc6ef
src/components/header/header.styles.ts
@@ -40,11 +40,9 @@ export const leftSectionStyles = {
40
alignItems: 'center',
41
justifyContent: 'center',
42
43
- width: '115px',
+ width: '240px',
44
height: '39px',
45
46
- bg: 'primary',
47
-
48
cursor: 'pointer',
49
50
borderRadius: '0px 3px 3px 0px',
src/components/header/index.tsx
@@ -24,7 +24,7 @@ const Header: FC<HeaderProps> = ({
24
<Box sx={styles} variant="header">
25
{/* Left Section */}
26
<Box sx={leftSectionStyles} onClick={logoAction}>
27
- <Logo withName={true} />
+ <Logo withName={true} height={35} width={160}/>
28
</Box>
29
<Box
30
sx={{
0 commit comments