Skip to content

Commit

Permalink
Fix storage dot in lightmode
Browse files Browse the repository at this point in the history
  • Loading branch information
katamartin committed Dec 8, 2023
1 parent 1050977 commit 0cb316c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion commentary/ethanol-cdr-claims/components/schematic.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,13 @@ const AccountingEntry = ({ value, color, label }) => {
viewBox='0 0 6 6'
sx={{ position: 'absolute', top: '6px' }}
>
<Box as='circle' cx='3' cy='3' r='2.5' sx={{ stroke: 'yellow' }} />
<Box
as='circle'
cx='3'
cy='3'
r='2.5'
sx={{ stroke: 'yellow', fill: 'none' }}
/>
</Box>
)
}
Expand Down

1 comment on commit 0cb316c

@vercel
Copy link

@vercel vercel bot commented on 0cb316c Dec 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.