aboutsummaryrefslogtreecommitdiffstats
path: root/components/Button.vue
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2025-01-20 02:56:36 +0000
committerLeonardo Bishop <me@leonardobishop.com>2025-01-20 02:56:36 +0000
commite8f15e5a9e329bfc519cd8a271f3ed6ab6835646 (patch)
treecbd2fa707a07d3b065261502b571b9f4bd766dd6 /components/Button.vue
parent70ebc77f843207a1d4b46c8d960dafbff37e7e2e (diff)
Add calendar support
Diffstat (limited to 'components/Button.vue')
-rw-r--r--components/Button.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/Button.vue b/components/Button.vue
index 2bffcec..00cc1e7 100644
--- a/components/Button.vue
+++ b/components/Button.vue
@@ -45,6 +45,7 @@ button {
border-radius: 0.375rem;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
font-size: var(--text-small);
+ font-family: var(--font-family);
font-weight: 500;
color: white;
background-color: var(--color-primary);