summaryrefslogtreecommitdiff
path: root/client/src/components/AdminLogin.tsx
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-09-27 13:51:39 -0700
committerMichael Hunteman <michael@huntm.net>2024-09-27 13:51:39 -0700
commit99b5a49b5fcccb7c6523a95c67e39830bc2a2a45 (patch)
tree6f0fd381400319615bd5a9a528e648f462a3e3f3 /client/src/components/AdminLogin.tsx
parent8d6a2803bb51a028f56044a8d5eec7ae995af5a8 (diff)
Change admin error message
Diffstat (limited to 'client/src/components/AdminLogin.tsx')
-rw-r--r--client/src/components/AdminLogin.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/components/AdminLogin.tsx b/client/src/components/AdminLogin.tsx
index b69e493..a4fce8d 100644
--- a/client/src/components/AdminLogin.tsx
+++ b/client/src/components/AdminLogin.tsx
@@ -72,6 +72,7 @@ function GuestLogin() {
alignItems: 'center',
mt: 16,
p: 2,
+ borderRadius: 2,
}}
>
<Typography variant="h6">Admin Login</Typography>