aboutsummaryrefslogtreecommitdiffstats
path: root/components/Input.vue
diff options
context:
space:
mode:
Diffstat (limited to 'components/Input.vue')
-rw-r--r--components/Input.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/Input.vue b/components/Input.vue
index 4d95700..8923a97 100644
--- a/components/Input.vue
+++ b/components/Input.vue
@@ -79,6 +79,7 @@ input {
border-radius: 0.375rem;
box-sizing: border-box;
/* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); */
+ font-family: var(--font-family);
color: var(--color-text);
font-size: var(--text-small);
}