Skip to content

fix(toast): Fix toast background color on dark theme

Simon Knox requested to merge toast-dark into master

What does this MR do?

Before After In the wild
Screen_Shot_2020-07-20_at_7.37.38_pm Screen_Shot_2020-07-20_at_7.42.16_pm Screen_Shot_2020-07-21_at_5.28.15_pm

Use the existing toast background color variable rather than adding a new one, and set it with a fixed hex value to prevent the background color being inverted in dark mode.

Alternatively we can add !default here and override in gitlab's dark theme but that seemed more complicated than necessary

Edited by Simon Knox

Merge request reports