Skip to content

Commit 3974b24

Browse files
committed
fix: invite dialog colors #732
1 parent c22b63b commit 3974b24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/mail/components/golden.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export const GoldenTicketModal = () => {
9797
<DialogContent>
9898
<DialogHeader>
9999
<DialogTitle className='flex flex-col gap-4'>
100-
<Image src='/white-icon.svg' alt='Zero' width={32} height={32} />
100+
<Image src='/white-icon.svg' alt='Zero' width={32} height={32} className='invert dark:invert-0'/>
101101
<span>Welcome to Zero! 🎉 ✨</span>
102102
</DialogTitle>
103103
<DialogDescription className='pt-3 flex flex-col gap-3'>
@@ -115,7 +115,7 @@ export const GoldenTicketModal = () => {
115115
render={({ field }) => (
116116
<FormItem>
117117

118-
<Input placeholder='nizzy@gmail.com' {...field} className='placeholder:opacity-20' />
118+
<Input placeholder='nizzy@gmail.com' {...field} className='placeholder:opacity-60 dark:placeholder:opacity-20' />
119119
</FormItem>
120120
)}
121121
/>

0 commit comments

Comments
 (0)