mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-15 02:11:45 +03:00
Fix Balloon color contrast failure by switching to greenDarkest bg color
This commit is contained in:
parent
b7f33bc50c
commit
47e57c5594
@ -71,7 +71,6 @@ describe('UI tests', function () {
|
||||
|
||||
const skippedRules = {
|
||||
'Accordion': ['heading-order', 'region'],
|
||||
'Balloon': ['color-contrast'],
|
||||
'Checkbox': ['region'],
|
||||
'Loading': ['color-contrast'],
|
||||
'Menu': ['region'],
|
||||
|
@ -326,8 +326,8 @@ balloonTheme theme =
|
||||
|
||||
Green ->
|
||||
batch
|
||||
[ backgroundColor Colors.greenDark
|
||||
, border3 (px 1) solid Colors.greenDark
|
||||
[ backgroundColor Colors.greenDarkest
|
||||
, border3 (px 1) solid Colors.greenDarkest
|
||||
, Fonts.baseFont
|
||||
, fontSize (px 15)
|
||||
, color Colors.white
|
||||
@ -439,8 +439,8 @@ arrowTheme theme =
|
||||
|
||||
Green ->
|
||||
batch
|
||||
[ backgroundColor Colors.greenDark
|
||||
, border3 (px 1) solid Colors.greenDark
|
||||
[ backgroundColor Colors.greenDarkest
|
||||
, border3 (px 1) solid Colors.greenDarkest
|
||||
, Fonts.baseFont
|
||||
, fontSize (px 15)
|
||||
, color Colors.white
|
||||
|
Loading…
Reference in New Issue
Block a user