hyva-themes / magento2-react-checkout

Highly Customizable Checkout for Magento 2, Built with React.
BSD 3-Clause "New" or "Revised" License
178 stars 53 forks source link

Error message css class issue bg-red-400 -> bg-red-500 #306

Closed ilker-capli closed 1 year ago

ilker-capli commented 1 year ago

After fresh installation go to checkout and try to apply invalid coupon code.

error message seems with missing bg-red-400 class.

wigman commented 1 year ago

The build includes environment specific information, it would probably be best to remove the build commit and just push the CSS changes and then we publish a new build file once we tag a new version later on.

Otherwise, please create a new build on a vanilla clone of this repository :)

image