Change icon picker size to medium

This commit is contained in:
Bjarne Fyrstenborg
2023-10-17 15:38:29 +02:00
parent fa77d912fb
commit 3f93285361

View File

@@ -14,6 +14,6 @@ export const UMB_ICON_PICKER_MODAL = new UmbModalToken<UmbIconPickerModalData, U
'Umb.Modal.IconPicker',
{
type: 'sidebar',
size: 'small',
size: 'medium',
},
);