Forráskód Böngészése

Fix squished icon (#741)

Diego Cardenas 3 éve
szülő
commit
cfa1f506e1
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      src/components/SignInSteps/SignInSteps.style.ts

+ 1 - 0
src/components/SignInSteps/SignInSteps.style.ts

@@ -45,5 +45,6 @@ export const StepFooter = styled.div`
   align-items: center;
 `
 export const BottomBarIcon = styled(SvgGlyphWarning)`
+  flex-shrink: 0;
   margin-right: ${sizes(2)};
 `