From 1d5ec3638d6d29aa7fff4e74670759a773172d38 Mon Sep 17 00:00:00 2001 From: Ehsan Date: Wed, 23 Oct 2024 17:51:02 +0330 Subject: [PATCH] fix bug zoom on textfield --- app/globals.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/globals.css b/app/globals.css index 4f319eb..3f88ef7 100644 --- a/app/globals.css +++ b/app/globals.css @@ -237,7 +237,7 @@ html { } .MuiFormControl-root .MuiInputBase-root .MuiInputBase-input { - font-size: 12px !important ; + font-size: 16px !important ; } @keyframes openx { @@ -374,7 +374,7 @@ html { } .MuiFormControl-root .MuiInputBase-root .MuiInputBase-input { - font-size: 14px !important; + font-size: 16px !important; } .MuiModal-root .MuiBox-root {