From 5f80c55c31e0dbb45e397465d2bdc0c34159cf5e Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Fri, 6 May 2022 15:33:11 +1000 Subject: [PATCH] tweak(web/textui): change box style --- web/src/features/textui/TextUI.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/web/src/features/textui/TextUI.tsx b/web/src/features/textui/TextUI.tsx index 585e9c8..abc9cd0 100644 --- a/web/src/features/textui/TextUI.tsx +++ b/web/src/features/textui/TextUI.tsx @@ -18,7 +18,7 @@ debugData([ { action: "textUi", data: { - text: "[E] - Access locker inventory \n [G] - Do something else", + text: "[E] - Access locker inventory \n [G] - Do something else", position: "right-center", icon: "door-open", }, @@ -58,11 +58,12 @@ const TextUI: React.FC = () => { @@ -71,7 +72,7 @@ const TextUI: React.FC = () => { fixedWidth icon={data.icon} color={data.iconColor} - fontSize="1.4rem" + fontSize="1.3em" style={{ paddingRight: 8 }} /> )}