Skip to content

Commit 5a5fc7f

Browse files
Merge pull request #7261 from kishore08-07/social-bgs
Fix Button Color on brand page
2 parents 3525e6a + 15e1e51 commit 5a5fc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sections/Company/Brand/Brand-components/social-backgrounds.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const SocialBackgrounds = () => {
1818
</Col>
1919
<Col xs={12} sm={6} className="download-button">
2020
<a href="/brand/layer5-social-backgrounds.zip">
21-
<Button primary title="Download Social Backgrounds">
21+
<Button $primary title="Download Social Backgrounds">
2222
<FiDownloadCloud size={21} className="icon-left" />
2323
</Button>
2424
</a>

0 commit comments

Comments
 (0)