Compare commits
1 Commits
02096bcee6
...
0.7.6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7a87d979bf |
@@ -106,7 +106,7 @@ export function CreatePlayerModal({
|
||||
return (
|
||||
<dialog
|
||||
ref={dialogRef}
|
||||
className="w-full max-w-md rounded-lg border border-border bg-card p-6 shadow-xl backdrop:bg-black/50"
|
||||
className="m-auto w-full max-w-md rounded-lg border border-border bg-card p-6 text-foreground shadow-xl backdrop:bg-black/50"
|
||||
>
|
||||
<div className="mb-4 flex items-center justify-between">
|
||||
<h2 className="font-semibold text-foreground text-lg">
|
||||
|
||||
@@ -55,7 +55,7 @@ export function PlayerManagement({
|
||||
return (
|
||||
<dialog
|
||||
ref={dialogRef}
|
||||
className="w-full max-w-md rounded-lg border border-border bg-card p-6 shadow-xl backdrop:bg-black/50"
|
||||
className="m-auto w-full max-w-md rounded-lg border border-border bg-card p-6 text-foreground shadow-xl backdrop:bg-black/50"
|
||||
>
|
||||
<div className="mb-4 flex items-center justify-between">
|
||||
<h2 className="font-semibold text-foreground text-lg">
|
||||
|
||||
Reference in New Issue
Block a user