Skip to content

Commit 35d74c1

Browse files
committed
fixed contrast issue in mobile view
1 parent e5ddc10 commit 35d74c1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

app/assets/stylesheets/components/button/_button.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ $govuk-button-text-colour: govuk-colour("black");
77

88
$button-shadow-size: $govuk-border-width-form-element;
99

10+
11+
12+
.govuk-header__menu-button {
13+
color: $govuk-button-text-colour;
14+
}
15+
1016
.govuk-button {
1117
color: $govuk-button-text-colour;
1218
background-color: $govuk-button-colour;

0 commit comments

Comments
 (0)