Compare commits

...

1 Commits

Author SHA1 Message Date
Ephraim Atta-Duncan
3d2f041115 fix: change signature color to white in dark mode 2023-08-30 03:55:27 +00:00

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 && (