reiji-h 2 лет назад
Родитель
Сommit
b8a9c0d246

+ 6 - 0
apps/app/src/components/PageEditor/EditorNavbarBottom.module.scss

@@ -4,6 +4,12 @@
 
 @include mixins.editing() {
   .grw-editor-navbar-bottom :global {
+    .grw-grant-selector {
+      .material-symbols-outlined  {
+        padding-bottom: 2px;
+        font-size: 19px;
+      }
+    }
     .btn-submit {
       width: 100px;
     }

+ 1 - 1
apps/app/src/components/SavePageControls/GrantSelector/GrantSelector.tsx

@@ -121,7 +121,7 @@ export const GrantSelector = (props: Props): JSX.Element => {
 
       const labelElm = (
         <span>
-          <span className="material-symbols-outlined fs-5 me-2">{opt.iconName}</span>
+          <span className="material-symbols-outlined me-2">{opt.iconName}</span>
           <span className="label">{t(label)}</span>
         </span>
       );