Border color change
This commit is contained in:
parent
29f1ed952a
commit
39801dfbda
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ export function LoginButton(): JSXElement {
|
|||
{showLogoutModal() && (
|
||||
<div
|
||||
role="alert"
|
||||
class="absolute top-10 z-10 flex rounded-md bg-base-200 border-2 border-warning"
|
||||
class="absolute top-10 z-10 flex rounded-md bg-base-200 border-2 border-info"
|
||||
>
|
||||
<div class="relative p-5">
|
||||
<p>Do you wish to logout?</p>
|
||||
|
|
Loading…
Reference in a new issue