From 3c9d171f4d83a2d8f03a145fab1702a8b2601629 Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Sat, 25 Nov 2023 03:33:17 -0500 Subject: [PATCH] minor change --- components/ProfilePhoto.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ProfilePhoto.tsx b/components/ProfilePhoto.tsx index df13503..9501f9c 100644 --- a/components/ProfilePhoto.tsx +++ b/components/ProfilePhoto.tsx @@ -24,7 +24,7 @@ export default function ProfilePhoto({ src, className, priority }: Props) { return !image ? (
@@ -39,7 +39,7 @@ export default function ProfilePhoto({ src, className, priority }: Props) { priority={priority} draggable={false} onError={() => setImage("")} - className={`h-10 w-10 bg-sky-600 dark:bg-sky-600 shadow rounded-full aspect-square border border-slate-200 ${ + className={`h-10 w-10 bg-sky-600 dark:bg-sky-600 shadow rounded-full aspect-square border border-neutral-content ${ className || "" }`} />