From 959494b972b51e4f018b5efa2183b7eacc4f73fb Mon Sep 17 00:00:00 2001 From: swve Date: Sat, 4 Feb 2023 17:10:46 +0100 Subject: [PATCH] fix: add lecture buttons --- front/components/Modals/CourseEdit/NewLecture.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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;