From 4987c2e59a75a133e224d76410498d333716a44d Mon Sep 17 00:00:00 2001 From: trafficlunar Date: Fri, 9 May 2025 22:39:47 +0100 Subject: [PATCH] style: add object-cover to images inside profile picture settings --- src/components/profile-settings/profile-picture.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/profile-settings/profile-picture.tsx b/src/components/profile-settings/profile-picture.tsx index 0d33eb3..cfaebc2 100644 --- a/src/components/profile-settings/profile-picture.tsx +++ b/src/components/profile-settings/profile-picture.tsx @@ -70,7 +70,7 @@ export default function ProfilePictureSettings() { alt="new profile picture" width={128} height={128} - className="rounded-full aspect-square border-2 border-amber-500" + className="rounded-full aspect-square border-2 border-amber-500 object-cover" /> ) : ( <> @@ -114,7 +114,7 @@ export default function ProfilePictureSettings() { alt="new profile picture" width={128} height={128} - className="rounded-full aspect-square border-2 border-amber-500 ml-auto" + className="rounded-full aspect-square border-2 border-amber-500 ml-auto object-cover" />