You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating BCL 1.0.2 => 1.2.0 on UCPKN project, the text color for badges with secondary background changed from white to black. Our mockups are using white text color for badges with secondary and success background.
There is also a difference in text color in case of secondary and success bg badges between the default and the UCPKN themes:
The issue seems to be related to the changes done in #495.
I can't confirm that this would fix the issue, but it seems to me, that in the _badge.scss file there are 2 lines where the selectors were not updated to the new class names, and this could be related to why it's not correct in our case.
I think in src/themes/default/src/scss/_badge.scss L24-L25 should be:
After updating BCL 1.0.2 => 1.2.0 on UCPKN project, the text color for badges with secondary background changed from white to black. Our mockups are using white text color for badges with secondary and success background.
There is also a difference in text color in case of secondary and success bg badges between the default and the UCPKN themes:
The issue seems to be related to the changes done in #495.
I can't confirm that this would fix the issue, but it seems to me, that in the
_badge.scss
file there are 2 lines where the selectors were not updated to the new class names, and this could be related to why it's not correct in our case.I think in
src/themes/default/src/scss/_badge.scss
L24-L25 should be:instead of:
The text was updated successfully, but these errors were encountered: