smaller stats bars

This commit is contained in:
mbecker20
2023-01-12 05:51:32 +00:00
parent 3f478fefdf
commit 805ebe55ce
@@ -210,8 +210,8 @@ const StatsHeatbarRow: Component<{
<HeatBar
containerClass="card shadow"
containerStyle={{ width: "60vw", "min-width": "300px" }}
filled={Math.floor(p.percentage)}
total={100}
filled={Math.floor(p.percentage / 2)}
total={50}
onClick={() => setShowGraph((curr) => !curr)}
/>
<Grid gap="0">