From f368d9936a44ba2ad01da7fc301ace29fceae54b Mon Sep 17 00:00:00 2001 From: Alex <33497058+bexsoft@users.noreply.github.com> Date: Tue, 14 Mar 2023 11:24:46 -0600 Subject: [PATCH] Adjusted dropdown box styles in login page (#2706) Signed-off-by: Benjamin Perez --- portal-ui/src/screens/LoginPage/StrategyForm.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/portal-ui/src/screens/LoginPage/StrategyForm.tsx b/portal-ui/src/screens/LoginPage/StrategyForm.tsx index 027cba4fa..e57122300 100644 --- a/portal-ui/src/screens/LoginPage/StrategyForm.tsx +++ b/portal-ui/src/screens/LoginPage/StrategyForm.tsx @@ -247,6 +247,9 @@ const StrategyForm = ({ redirectRules }: IStrategyForm) => { renderValue={() => "Other Authentication Methods"} sx={{ width: "100%", + height: "38px", + fontSize: "14px", + borderRadius: "4px", }} >