change button to primary type

This commit is contained in:
2023-04-17 19:34:34 +10:00
parent 50a6a39632
commit 802fd87850

View File

@@ -8,6 +8,7 @@
<div class="sm-hero-buttons">
<SMButton
v-if="loaded"
type="primary"
:to="{ name: 'article', params: { slug: heroSlug } }"
label="Read More" />
</div>
@@ -159,6 +160,10 @@ handleLoad();
.sm-hero-buttons {
padding-top: 48px;
.primary {
background-color: var(--primary-color-dark);
}
}
}
</style>