Skip to content

Commit 1e69f46

Browse files
committed
Use color palette variable instead of hardcoded value
See: #103606 (comment)
1 parent e422942 commit 1e69f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/my-sites/plugins/marketplace-footer/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
margin-bottom: -32px;
55

66
& .marketplace-footer__section::before {
7-
background-color: #f6f7f7;
7+
background-color: var( --studio-gray-0 );
88
}
99

1010
&:not(.is-logged-in) .marketplace-footer__section {

0 commit comments

Comments
 (0)