Explorar o código

Shrink `ToggleButtonBar` component

Sergiu Miclea %!s(int64=6) %!d(string=hai) anos
pai
achega
fe510d6e00
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/components/atoms/ToggleButtonBar/ToggleButtonBar.jsx

+ 2 - 2
src/components/atoms/ToggleButtonBar/ToggleButtonBar.jsx

@@ -27,13 +27,13 @@ const Wrapper = styled.div`
 `
 const Item = styled.div`
   width: 112px;
-  height: 18px;
+  height: 14px;
   background: ${props => props.selected ? Palette.primary : 'white'};
   color: ${props => props.selected ? 'white' : Palette.primary};
   border: 1px solid ${Palette.primary};
   border-right: 1px solid white;
   text-align: center;
-  line-height: 19px;
+  line-height: 15px;
   text-transform: uppercase;
   font-size: 9px;
   font-weight: ${StyleProps.fontWeights.medium};