Skip to content

Commit fd022c4

Browse files
committed
fix(component-header-footer): updating footer to included privacy button
1 parent 35f4452 commit fd022c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/component-header-footer/src/footer/index.styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ const StyledFooter = styled.footer`
418418
.nav {
419419
&.colophon #manualConsentoptout,
420420
#manualConsentoptout {
421-
color: #747474;
421+
color: #484848;
422422
border: none;
423423
background-color: transparent;
424424
width: auto;

packages/unity-bootstrap-theme/src/scss/extends/_globalfooter.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ footer {
359359
.nav {
360360
&.colophon #manualConsentoptout,
361361
#manualConsentoptout {
362-
color: #747474;
362+
color: #484848;
363363
border: none;
364364
background-color: transparent;
365365
width: auto;

0 commit comments

Comments
 (0)