mirror of
https://github.com/documenso/documenso.git
synced 2025-11-20 11:41:44 +10:00
fix: change signature color to white in dark mode
This commit is contained in:
@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user