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

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

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