fix: add right padding to NodeStatus icon (#5963)

 (NodeStatus/index.tsx): add padding right to the container div to improve spacing and alignment of the icon within the component
This commit is contained in:
Cristhian Zanforlin Lousa 2025-01-28 23:54:58 -03:00 committed by GitHub
commit c22f8d9500
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -211,7 +211,7 @@ export default function NodeStatus({
</span>
</div>
) : (
<div className="flex items-center self-center">
<div className="flex items-center self-center pr-1">
{iconStatus}
</div>
)}