From 1138cd02b0b6ac1d71c4dbc2808110c672237190 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sun, 5 Nov 2023 12:36:42 +0100 Subject: [PATCH] fix: share information text color in light mode --- .../account/showShareInformationsModal.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/src/components/account/showShareInformationsModal.tsx b/frontend/src/components/account/showShareInformationsModal.tsx index b67492a..4cfdc20 100644 --- a/frontend/src/components/account/showShareInformationsModal.tsx +++ b/frontend/src/components/account/showShareInformationsModal.tsx @@ -12,7 +12,7 @@ const showShareInformationsModal = ( modals: ModalsContextProps, share: MyShare, appUrl: string, - maxShareSize: number, + maxShareSize: number ) => { const t = translateOutsideContext(); const link = `${appUrl}/s/${share.id}`; @@ -36,28 +36,28 @@ const showShareInformationsModal = ( children: ( - + :{" "} {share.id} - + :{" "} {share.description || "No description"} - + :{" "} {formattedCreatedAt} - + :{" "} @@ -66,7 +66,7 @@ const showShareInformationsModal = ( - + :{" "} @@ -76,7 +76,7 @@ const showShareInformationsModal = ( {shareSize / maxShareSize < 0.1 && ( - + {formattedShareSize} )} @@ -87,7 +87,7 @@ const showShareInformationsModal = ( size="xl" radius="xl" /> - + {formattedMaxShareSize}