Skip to content

Commit

Permalink
slightly enlarge plate reader svg
Browse files Browse the repository at this point in the history
  • Loading branch information
smb2268 committed Oct 9, 2024
1 parent 34a1f2f commit 7e50032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/src/hardware-sim/Module/PlateReader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ export function PlateReader(): JSX.Element {
<g id="plateReader">
<rect
style={{
fill: '#cbcccc',
fill: '#DEDEDE',
}}
y="0"
width="298.9"
height="95.5"
height="101"
rx="4.7"
ry="4.7"
/>
Expand Down

0 comments on commit 7e50032

Please sign in to comment.