Skip to content

Commit bba4aa6

Browse files
style: add background to fix trash contrast
1 parent c9e64fe commit bba4aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/dashboard/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default async function DashboardPage() {
8686
</div>
8787

8888
{/* Tutorials */}
89-
<div className="absolute bottom-16 left-1/2 -translate-x-1/2">
89+
<div className="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 bg-black/70 backdrop-blur-md rounded-2xl p-8 border border-white/10">
9090
<div className="grid grid-cols-[1fr_auto_1fr] gap-4 items-center w-[500px]">
9191
<Link href="tutorial-hello-world" className={getButtonClass(isHelloWorldComplete)}>
9292
Hello World

0 commit comments

Comments
 (0)