Skip to content

Commit 97e8866

Browse files
style: modal styling
1 parent d426948 commit 97e8866

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/openings/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ const OpeningsPage: NextPage = () => {
11031103
exit={{ opacity: 0 }}
11041104
className="fixed inset-0 z-50 flex items-center justify-center bg-black/50 backdrop-blur-sm"
11051105
>
1106-
<div className="flex max-w-md flex-col items-center gap-4 rounded-lg bg-background-1 p-8 shadow-2xl">
1106+
<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">
11071107
<div className="h-8 w-8 animate-spin rounded-full border-4 border-human-4 border-t-transparent"></div>
11081108
<div className="text-center">
11091109
<h3 className="text-lg font-semibold">

0 commit comments

Comments
 (0)