Border color change

This commit is contained in:
Hollgy 2024-03-22 13:28:52 +01:00
parent 29f1ed952a
commit 39801dfbda

View file

@ -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>