Skip to content

Commit 3c583af

Browse files
Add temporary fix for button in Hero (#321)
1 parent 60d4a83 commit 3c583af

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/assets/sass/main.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,10 @@ padding: 10px 8px;
151151
width: 100%;
152152
border-radius: 3px;
153153
}
154+
155+
156+
// Temporary fix until this is fixed in NHS frontend
157+
// See https://github.com/nhsuk/nhsuk-frontend/pull/1292
158+
.nhsuk-hero a.nhsuk-button {
159+
color: $nhsuk-text-color;
160+
}

0 commit comments

Comments
 (0)