Skip to content

Commit 15e1e51

Browse files
authored
Update Button component to use $primary prop
Signed-off-by: Kishore B <85435355+kishore08-07@users.noreply.github.com>
1 parent 3525e6a commit 15e1e51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)