فهرست منبع

Change header text size in InAppNotification Sidebar

satof3 1 سال پیش
والد
کامیت
e91d7fd135
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      apps/app/src/client/components/Sidebar/InAppNotification/InAppNotification.tsx

+ 2 - 2
apps/app/src/client/components/Sidebar/InAppNotification/InAppNotification.tsx

@@ -17,9 +17,9 @@ export const InAppNotification = (): JSX.Element => {
   return (
     <div className="px-3">
       <div className="grw-sidebar-content-header py-4 d-flex">
-        <h4 className="mb-0">
+        <h1 className="fs-6 fw-bold mb-0">
           {t('In-App Notification')}
-        </h4>
+        </h1>
       </div>
 
       <InAppNotificationForms