Skip to content

Commit

Permalink
chore: increase heart indicator stroke width
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Jul 10, 2024
1 parent 6d8f3ce commit 07ec579
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/screens/channels/Channels.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ export default function Channels() {
<Heart
className="w-4 h-4"
stroke={"hsl(var(--primary))"}
strokeWidth={3}
fill={
nodeHealth === 100
? "hsl(var(--primary))"
Expand Down

0 comments on commit 07ec579

Please sign in to comment.