From 7f1634b3e9bf693542c19c96649d31a0ded16d22 Mon Sep 17 00:00:00 2001 From: Farber Denis Date: Thu, 16 Mar 2023 16:19:58 +0300 Subject: [PATCH] style(#in442): fixed flag icon size --- .../AuthServiceApp/components/LanguageSelect/styled.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/features/AuthServiceApp/components/LanguageSelect/styled.tsx b/src/features/AuthServiceApp/components/LanguageSelect/styled.tsx index f05e17c2..7206cca6 100644 --- a/src/features/AuthServiceApp/components/LanguageSelect/styled.tsx +++ b/src/features/AuthServiceApp/components/LanguageSelect/styled.tsx @@ -142,8 +142,8 @@ type FlagIconProps = { export const FlagIcon = styled.span` display: inline-block; - width: 20px; - height: 14px; + width: 24px; + height: 16px; background-image: url('/images/flags-sprite.png'); background-repeat: no-repeat; background-size: 360px;