@@ -556,7 +556,7 @@ const NodeDetails = ({ addTab, lowercaseKindToResourceGroupMap, updateTabUrl }:
556
556
< div className = "en-2 bw-1 br-4 dc__no-top-radius dc__no-top-border bg__primary mb-20" >
557
557
{ cpuData && (
558
558
< div className = "resource-row dc__border-bottom-n1 fw-4 fs-13 pt-8 pb-8 pr-20 pl-20 cn-9" >
559
- < Icon name = "ic-cpu" color = { null } size = { 18 } />
559
+ < Icon name = "ic-cpu" color = { null } size = { 20 } />
560
560
< div > { cpuData . name || '-' } </ div >
561
561
< div > { cpuData . requestPercentage || '-' } </ div >
562
562
< div > { cpuData . limitPercentage || '-' } </ div >
@@ -567,7 +567,7 @@ const NodeDetails = ({ addTab, lowercaseKindToResourceGroupMap, updateTabUrl }:
567
567
) }
568
568
{ memoryData && (
569
569
< div className = "resource-row dc__border-bottom-n1 fw-4 fs-13 pt-8 pb-8 pr-20 pl-20 cn-9" >
570
- < Icon name = "ic-memory" color = { null } size = { 18 } />
570
+ < Icon name = "ic-memory" color = { null } size = { 20 } />
571
571
< div > { memoryData . name || '-' } </ div >
572
572
< div > { memoryData . requestPercentage || '-' } </ div >
573
573
< div > { memoryData . limitPercentage || '-' } </ div >
@@ -581,7 +581,7 @@ const NodeDetails = ({ addTab, lowercaseKindToResourceGroupMap, updateTabUrl }:
581
581
key = { resource . name }
582
582
className = "resource-row dc__border-bottom-n1 fw-4 fs-13 pt-8 pb-8 pr-20 pl-20 cn-9"
583
583
>
584
- < Storage className = "mt-2 mb-2 icon-dim-18 " />
584
+ < Storage className = "mt-2 mb-2 icon-dim-20 " />
585
585
< div > { resource . name || '-' } </ div >
586
586
< div > { resource . requestPercentage || '-' } </ div >
587
587
< div > { resource . limitPercentage || '-' } </ div >
0 commit comments