mirror of
https://github.com/documenso/documenso.git
synced 2025-11-21 04:01:45 +10:00
fix: change signature color to white in dark mode
This commit is contained in:
@ -57,7 +57,7 @@ export const SigningFieldContainer = ({
|
|||||||
>
|
>
|
||||||
<CardContent
|
<CardContent
|
||||||
className={cn(
|
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 && (
|
{!field.inserted && !loading && (
|
||||||
|
|||||||
Reference in New Issue
Block a user