BIG-225 Optimize style of refund vendor form.

This commit is contained in:
elforjani13
2022-01-01 11:00:08 +02:00
parent e9797fd9a0
commit a4a2d0c888
4 changed files with 5 additions and 15 deletions

View File

@@ -63,8 +63,8 @@ export function ActionsMenu({
}
>
<MenuItem
icon={<Icon icon="quick-payment-16" />}
text={intl.get('vendor_credits.action.reconcile_with_bills')}
icon={<Icon icon="receipt-24" iconSize={16} />}
onClick={safeCallback(onReconcile, original)}
/>
</If>