File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments