Skip to content

Commit 0cb316c

Browse files
committed
Fix storage dot in lightmode
1 parent 1050977 commit 0cb316c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

commentary/ethanol-cdr-claims/components/schematic.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,13 @@ const AccountingEntry = ({ value, color, label }) => {
106106
viewBox='0 0 6 6'
107107
sx={{ position: 'absolute', top: '6px' }}
108108
>
109-
<Box as='circle' cx='3' cy='3' r='2.5' sx={{ stroke: 'yellow' }} />
109+
<Box
110+
as='circle'
111+
cx='3'
112+
cy='3'
113+
r='2.5'
114+
sx={{ stroke: 'yellow', fill: 'none' }}
115+
/>
110116
</Box>
111117
)
112118
}

0 commit comments

Comments
 (0)