Quellcode durchsuchen

Remove an invalid CSS property

VS Code now comes with styled components CSS 'linting', as a result it identified an invalid CSS property.
Sergiu Miclea vor 8 Jahren
Ursprung
Commit
e1200f80a1
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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-weight: ${StyleProps.fontWeights.light};
   background: ${Palette.grayscale[1]};
-  border-top-radius: ${StyleProps.borderRadius};
   text-align: center;
   line-height: 48px;
 `