mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-05 08:00:48 +00:00
smaller stats bars
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user