refactor(css): add styles targeting SVG button/modal icons (#1464)
* refactor(css): add global classes for common icon types * refactor(css): target child SVGs instead of creating new icon classes * fix: fix ButtonWithDropdown style class spacing
This commit is contained in:
@@ -85,7 +85,7 @@ const BulkEditModal: React.FC<BulkEditProps> = ({
|
||||
return (
|
||||
<Modal
|
||||
title={intl.formatMessage(messages.edituser)}
|
||||
iconSvg={<PencilIcon className="w-6 h-6" />}
|
||||
iconSvg={<PencilIcon />}
|
||||
onOk={() => {
|
||||
updateUsers();
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user