Skip to content

Fix .btn-confirm blend mode in dark mode

Janis Altherr requested to merge fix-confirm-button-in-darkmode into master

What does this MR do and why?

Describe in detail what your merge request does and why.

The confirm button was not using mix-blend-mode: screen;, resulting in it not having sufficient contrast against the background.

Screenshots or screen recordings

Before:

Screenshot_2021-09-21_at_16.34.25

After:

Screenshot_2021-09-21_at_16.36.00

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports