Skip to content

Commit 69b7ed2

Browse files
committed
fix(Storage): bright red usage starting from 90%
1 parent fda2d6f commit 69b7ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Storage/StorageGroups/StorageGroups.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function StorageGroups({data, tableSettings, visibleEntities, nodes}: StorageGro
131131
return row.Limit ? (
132132
<Label
133133
theme={getUsageSeverity(usage)}
134-
className={b('usage-label', {overload: usage >= 100})}
134+
className={b('usage-label', {overload: usage >= 90})}
135135
>
136136
{usage}%
137137
</Label>

0 commit comments

Comments
 (0)