From 65b4c95779a212fd2921f112f2bb0fbefedc2522 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Tue, 2 Jul 2024 17:07:54 +0300 Subject: [PATCH] increase UserText font-size --- apps/web/Components/Layout/Auth.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/Components/Layout/Auth.jsx b/apps/web/Components/Layout/Auth.jsx index 98b632b..170b22e 100644 --- a/apps/web/Components/Layout/Auth.jsx +++ b/apps/web/Components/Layout/Auth.jsx @@ -10,7 +10,7 @@ const UserText = styled.span` padding: 0; text-transform: uppercase; color: #fff; - font-size: 0.5rem; + font-size: 0.55rem; font-family: 'Montserrat'; font-weight: 500; line-height: 1;