Skip to content

Commit

Permalink
fix: add transparent bg for logo on home
Browse files Browse the repository at this point in the history
  • Loading branch information
DenSmolonski committed Jul 4, 2024
1 parent 5769e79 commit 131c2b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/welcome/WelcomeLogin/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ const WelcomeLogin = () => {
return (
<Paper className={css.loginCard} data-testid="welcome-login">
<Box className={css.loginContent}>
<SvgIcon component={SafeLogo} inheritViewBox sx={{ height: '24px', width: '80px', ml: '-8px' }} />
<SvgIcon
component={SafeLogo}
inheritViewBox
sx={{ height: '24px', width: '80px', ml: '-8px', fill: 'none !important' }}
/>

<Typography variant="h6" mt={6} fontWeight={700}>
Get started
Expand Down

0 comments on commit 131c2b2

Please sign in to comment.