File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,23 +94,23 @@ export function SingleList({
9494 </ AlertDialogTrigger >
9595 < AlertDialogContent >
9696 < AlertDialogHeader >
97- < AlertDialogTitle className = "text-pink-500 " >
97+ < AlertDialogTitle className = "text-sm text-slate-800 dark:text-slate-400 sm:text-lg " >
9898 Are you absolutely sure?
9999 </ AlertDialogTitle >
100- < AlertDialogDescription >
100+ < AlertDialogDescription className = "text-slate-700" >
101101 This will permanently delete your list. Do you really want to
102102 delete { name } ?
103103 </ AlertDialogDescription >
104104 </ AlertDialogHeader >
105105 < AlertDialogFooter >
106106 < AlertDialogCancel
107- className = "p-5 bg-red-600 rounded text-white hover:bg-red-800 "
107+ className = "bg-white text-slate-700 hover: bg-slate-100 px-6 border rounded-lg sm:px-8 sm:rounded-xl "
108108 onClick = { ( ) => setIsAlertOpen ( false ) }
109109 >
110110 Cancel
111111 </ AlertDialogCancel >
112112 < AlertDialogAction
113- className = "p-5 bg-green-600 rounded text-white hover:bg-green-800 "
113+ className = "bg-primary-pink text-white hover:bg-opacity-90 px-6 border rounded-lg sm:px-8 sm:rounded-xl "
114114 onClick = { ( ) => handleDeleteClick ( name ) }
115115 >
116116 Continue
You can’t perform that action at this time.
0 commit comments