File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ export default function BoardList({
139139 </ div >
140140
141141 { showCodeModal && (
142- < div className = "fixed inset-0 z-50 flex items-center justify-center bg-black/70 backdrop-blur-sm" >
142+ < div className = "fixed inset-0 z-50 flex items-center justify-center backdrop-blur-sm" >
143143 < div className = "glass-card p-8 w-[90%] max-w-md" >
144144 < h3 className = "text-lg font-semibold mb-4 text-gray-200" >
145145 Join Code
@@ -160,7 +160,7 @@ export default function BoardList({
160160 ) }
161161
162162 { showDeleteModal && (
163- < div className = "fixed inset-0 z-50 flex items-center justify-center bg-black/70 backdrop-blur-sm" >
163+ < div className = "fixed inset-0 z-50 flex items-center justify-center backdrop-blur-sm" >
164164 < div className = "glass-card p-8 w-[90%] max-w-md" >
165165 < h3 className = "text-lg font-semibold mb-4 text-gray-200" >
166166 Delete Leaderboard?
You can’t perform that action at this time.
0 commit comments