@@ -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;
}
@@ -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>
);