1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Set half-opacity for empty state

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-04-06 11:14:43 +03:00
parent 39a8cf6ba1
commit 5864e07da5

View File

@ -93,7 +93,9 @@ export class NodesRoute extends React.Component {
if (!metrics || metrics.length < 2) {
return (
<VerticalBar value={0}/>
<div className="opacity-50">
<VerticalBar value={0}/>
</div>
);
}