Force background colour of the delete button (from 'Clear project' dialog), to keep the provided CSS rule over all others. Added !important rule to the existing button class.
Related Issue
fixes(#22)
Motivation and Context
As explained in #22, the lack of accent colour in this button, involves a lost of context over the action triggered.
How Has This Been Tested?
Used chrome devtools to confirm that the styles weren't overwritten by any other underlying CSS rule.
Screenshots
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist
[x] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots
Types of changes
Checklist