We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d426948 commit 97e8866Copy full SHA for 97e8866
1 file changed
src/pages/openings/index.tsx
@@ -1103,7 +1103,7 @@ const OpeningsPage: NextPage = () => {
1103
exit={{ opacity: 0 }}
1104
className="fixed inset-0 z-50 flex items-center justify-center bg-black/50 backdrop-blur-sm"
1105
>
1106
- <div className="flex max-w-md flex-col items-center gap-4 rounded-lg bg-background-1 p-8 shadow-2xl">
+ <div className="flex max-w-md flex-col items-center gap-4 rounded-lg border border-white/10 bg-background-1 p-8 shadow-2xl">
1107
<div className="h-8 w-8 animate-spin rounded-full border-4 border-human-4 border-t-transparent"></div>
1108
<div className="text-center">
1109
<h3 className="text-lg font-semibold">
0 commit comments