fix(netlify-cms-ui-default): use grayDark for button (#6069)
* fix(netlify-cms-ui-default): use grayDark for button This PR is a fix for https://github.com/netlify/netlify-cms/issues/1333#issuecomment-998115794 because it changes the background color used by `button` to `grayDark` so that it is accessible. * chore: update AuthenticationPage test snapshot
This commit is contained in:
@ -140,7 +140,7 @@ exports[`GitGatewayAuthenticationPage should render with no identity error 1`] =
|
||||
padding: 0 15px;
|
||||
background-color: #798291;
|
||||
color: #fff;
|
||||
background-color: #798291;
|
||||
background-color: #313d3e;
|
||||
color: #fff;
|
||||
padding: 0 12px;
|
||||
margin-top: -40px;
|
||||
@ -232,7 +232,7 @@ exports[`GitGatewayAuthenticationPage should render with no identity error 1`] =
|
||||
padding: 0 15px;
|
||||
background-color: #798291;
|
||||
color: #fff;
|
||||
background-color: #798291;
|
||||
background-color: #313d3e;
|
||||
color: #fff;
|
||||
padding: 0 12px;
|
||||
margin-top: -40px;
|
||||
|
Reference in New Issue
Block a user