fix: change signature color to white in dark mode

This commit is contained in:
Ephraim Atta-Duncan
2023-08-30 03:55:27 +00:00
parent 8e42dcb7ee
commit 3d2f041115

View File

@ -57,7 +57,7 @@ export const SigningFieldContainer = ({
>
<CardContent
className={cn(
'text-foreground hover:shadow-primary-foreground group flex h-full w-full flex-col items-center justify-center p-2',
'text-foreground hover:shadow-primary-foreground group flex h-full w-full flex-col items-center justify-center p-2 dark:invert',
)}
>
{!field.inserted && !loading && (