Explorar el Código

Merge pull request #129 from smiclea/fix-css-lint

Remove an invalid CSS property
Dorin Paslaru hace 8 años
padre
commit
e9b7312fa8
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/components/molecules/Modal/Modal.jsx

+ 0 - 1
src/components/molecules/Modal/Modal.jsx

@@ -25,7 +25,6 @@ const Title = styled.div`
   font-size: 24px;
   font-size: 24px;
   font-weight: ${StyleProps.fontWeights.light};
   font-weight: ${StyleProps.fontWeights.light};
   background: ${Palette.grayscale[1]};
   background: ${Palette.grayscale[1]};
-  border-top-radius: ${StyleProps.borderRadius};
   text-align: center;
   text-align: center;
   line-height: 48px;
   line-height: 48px;
 `
 `