Update tracker components styling

This commit is contained in:
schroda
2024-09-01 00:28:18 +02:00
parent c5f83cec53
commit 716f1df073
3 changed files with 7 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ export const TrackerUntrackedCard = ({
return (
<Card sx={CARD_STYLING}>
<CardContent sx={{ padding: '0' }}>
<Stack direction="row" gap="25px">
<Stack direction="row" gap={3}>
<Avatar
alt={`${tracker.name}`}
src={requestManager.getValidImgUrlFor(tracker.icon)}