From 7f7edf916258525f744423bf114da7a1929d1f29 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 13 Jul 2022 18:45:42 -0500 Subject: [PATCH] PhoneInput: improve styles --- app/soapbox/components/ui/input/input.tsx | 2 +- .../ui/phone-input/country-code-dropdown.tsx | 8 +++++++- .../components/ui/phone-input/phone-input.tsx | 14 +++++++++----- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/app/soapbox/components/ui/input/input.tsx b/app/soapbox/components/ui/input/input.tsx index 488f2733e..d1cf7cf7c 100644 --- a/app/soapbox/components/ui/input/input.tsx +++ b/app/soapbox/components/ui/input/input.tsx @@ -52,7 +52,7 @@ const Input = React.forwardRef( }, []); return ( -
+
{icon ? (