I noticed that the button save is using a "PlusOutlined" from Ant Design whereas the cancel button is using a "CloseCircleOutlined" .For a more unified design i changed the icon of the cancel button to "CloseOutlined"
Screenshots (if applicable)
The before:
The after:
Checklist
[X] I have tested these changes
[X] I have updated the relevant documentation
[X] I have commented my code, particularly in hard-to-understand areas
[X] I have made corresponding changes to the codebase
[X] My changes generate no new warnings or errors
[X] The title of my pull request is clear and descriptive
Description
I noticed that the button save is using a "PlusOutlined" from Ant Design whereas the cancel button is using a "CloseCircleOutlined" .For a more unified design i changed the icon of the cancel button to "CloseOutlined"
Screenshots (if applicable)
The before:
The after:
Checklist