From 2a12356820dea5bd6251d8c63ce94150e9181a7f Mon Sep 17 00:00:00 2001 From: keannu125 Date: Sun, 5 Mar 2023 23:51:29 +0800 Subject: [PATCH] Made buttons width rem --- src/styles.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles.tsx b/src/styles.tsx index 18d2b20..97a4b5b 100644 --- a/src/styles.tsx +++ b/src/styles.tsx @@ -77,7 +77,7 @@ const styles: { [key: string]: React.CSSProperties } = { }, login_button: { backgroundColor: "#9e8500", - width: "120%", + width: "8rem", height: 32, border: "none", padding: 8, @@ -87,7 +87,7 @@ const styles: { [key: string]: React.CSSProperties } = { backgroundColor: "#80b38b", display: "flex", flexDirection: "row", - width: "384px", + width: "14rem", height: "64px", border: "none", padding: 8,