Skip to content

Commit

Permalink
fix: add right padding to NodeStatus icon (#5963)
Browse files Browse the repository at this point in the history
✨ (NodeStatus/index.tsx): add padding right to the container div to improve spacing and alignment of the icon within the component
  • Loading branch information
Cristhianzl authored Jan 29, 2025
1 parent 5a480c4 commit c22f8d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
)}
Expand Down

0 comments on commit c22f8d9

Please sign in to comment.