Skip to content

Commit

Permalink
set currentColor to Strom.svg fill
Browse files Browse the repository at this point in the history
  • Loading branch information
Matushl committed Nov 24, 2024
1 parent 43c3b05 commit 95c4633
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/Crossroad/Crossroad.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const Crossroad: React.FC = () => {
<Grid container disableEqualOverflow columnSpacing={{xs: 2, md: 3, lg: 4}} mt={'30vh'} flexGrow={1}>
<Grid xs={0} md={3} display={{xs: 'none', md: 'flex'}} height="70dvh" justifyContent="end">
<Box>
<Strom width="100%" height="100%" preserveAspectRatio="xMaxYMin" />
<Strom width="100%" height="100%" preserveAspectRatio="xMaxYMin" color="white" />
</Box>
</Grid>
<Grid xs={12} md={9}>
Expand Down
8 changes: 4 additions & 4 deletions src/svg/strom.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 95c4633

Please sign in to comment.