From 427cd12bcd653cf1ee2db39acbda4337d1a41983 Mon Sep 17 00:00:00 2001 From: george-misan Date: Thu, 6 Feb 2025 08:14:16 +0200 Subject: [PATCH] convert px to rem --- services/course-material/src/components/FeedbackDialog.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/course-material/src/components/FeedbackDialog.tsx b/services/course-material/src/components/FeedbackDialog.tsx index 59e7fd5ea31..01459866f4d 100644 --- a/services/course-material/src/components/FeedbackDialog.tsx +++ b/services/course-material/src/components/FeedbackDialog.tsx @@ -178,7 +178,7 @@ const FeedbackDialog: React.FC> = ({ font-family: ${primaryFont}; font-style: normal; font-weight: normal; - font-size: 16px; + font-size: 1rem; line-height: 20px; color: #3b4754; @@ -195,7 +195,7 @@ const FeedbackDialog: React.FC> = ({ font-family: ${primaryFont}; font-style: normal; font-weight: normal; - font-size: 13px; + font-size: 0.813rem; line-height: 16px; color: rgba(117, 117, 117, 0.6);