diff --git a/front/components/Modals/CourseEdit/NewLecture.tsx b/front/components/Modals/CourseEdit/NewLecture.tsx index fcdae52d..7e890234 100644 --- a/front/components/Modals/CourseEdit/NewLecture.tsx +++ b/front/components/Modals/CourseEdit/NewLecture.tsx @@ -47,11 +47,12 @@ const LectureChooserWrapper = styled.div` `; const LectureButton = styled.button` - padding: 20px; - border-radius: 10px; + padding: 40px; + border-radius: 10px !important; border: none; - font-size: 50px; - background-color: #8c949c33; + font-size: 80px !important; + margin: 40px; + background-color: #8c949c33 !important; cursor: pointer; &:hover { background-color: #8c949c7b;