fix(dashboard): login alert background (#9305)

**What**
- fix login error alert bg in dark mode
This commit is contained in:
Frane Polić
2024-09-25 13:35:47 +02:00
committed by GitHub
parent 74cdb9d4b6
commit 6d16b3294e
2 changed files with 2 additions and 2 deletions

View File

@@ -350,7 +350,7 @@ const CreateView = ({
)}
{serverError && (
<Alert
className="p-2 bg-white items-center"
className="p-2 bg-ui-bg-base items-center"
dismissible
variant="error"
>

View File

@@ -144,7 +144,7 @@ export const Login = () => {
)}
{serverError && (
<Alert
className="p-2 bg-white items-center"
className="p-2 bg-ui-bg-base items-center"
dismissible
variant="error"
>