Skip to content

Commit fa66ee5

Browse files
committed
Fix sass test failures
1 parent 323326a commit fa66ee5

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

packages/govuk-frontend/src/govuk/components/panel/_index.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
@use "mixin";
33

44
@include mixin.styles;
5-

packages/govuk-frontend/src/govuk/components/panel/_mixin.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@
5858
}
5959

6060
.govuk-panel--interruption {
61-
color: govuk-colour("white");
62-
background-color: $govuk-brand-colour;
61+
color: base.govuk-colour("white");
62+
background-color: base.govuk-functional-colour(brand);
6363
text-align: left;
6464

65-
@include govuk-font($size: 19);
65+
@include base.govuk-font($size: 19);
6666
}
6767
}

0 commit comments

Comments
 (0)