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() && (
|
{showLogoutModal() && (
|
||||||
<div
|
<div
|
||||||
role="alert"
|
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">
|
<div class="relative p-5">
|
||||||
<p>Do you wish to logout?</p>
|
<p>Do you wish to logout?</p>
|
||||||
|
|
Loading…
Reference in a new issue