thomaspark / bootswatch

Themes for Bootstrap
https://bootswatch.com
MIT License
14.54k stars 3.67k forks source link

Solar theme alert close button blends in with background #1127

Closed nCubed closed 3 years ago

nCubed commented 3 years ago

In the latest release for the Solar theme, the close buttons on all the alerts (except text-light) essentially blend in with the background. This makes the close button basically unusable as they can not be seen unless you know they are they and are looking specifically for the x button.

Adding a background color to the button helps, ex:

<button type="button" class="btn-close bg-light" data-bs-dismiss="alert"></button>

Theme: Solar https://bootswatch.com/solar/

Any chance the alert close buttons could be updated so the close button is more visible?

thomaspark commented 3 years ago

Hey @nCubed, pushing a fix for this on Solar and Morph now.