fix update server admin email cause create new user closes #443

This commit is contained in:
miloschwartz 2025-03-31 15:02:26 -04:00
parent 1d105fc5be
commit 6204fa0ade
No known key found for this signature in database
3 changed files with 22 additions and 30 deletions

View file

@ -28,7 +28,7 @@ export default function CopyTextBox({
return (
<div
className={`relative w-full border rounded-md ${!outline ? "bg-muted" : "bg-card"}`}
className={`relative w-full border-2 rounded-md ${!outline ? "bg-muted" : "bg-card"}`}
>
<pre
ref={textRef}