From 177b71e31f99882354c41ffac5cc189a8f1fbb9c Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 13 Mar 2025 17:15:47 +0000 Subject: [PATCH] Fixed Sign Up button text alignment --- src/components/SignUp.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/SignUp.css b/src/components/SignUp.css index d8d6404..ec00ae6 100644 --- a/src/components/SignUp.css +++ b/src/components/SignUp.css @@ -31,6 +31,7 @@ margin-top: 20px; background-color: #4CAF50; color: white; + text-align: center; border: none; border-radius: 4px; cursor: pointer;