diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2025-01-20 02:56:36 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2025-01-20 02:56:36 +0000 |
| commit | e8f15e5a9e329bfc519cd8a271f3ed6ab6835646 (patch) | |
| tree | cbd2fa707a07d3b065261502b571b9f4bd766dd6 /components/Input.vue | |
| parent | 70ebc77f843207a1d4b46c8d960dafbff37e7e2e (diff) | |
Add calendar support
Diffstat (limited to 'components/Input.vue')
| -rw-r--r-- | components/Input.vue | 1 |
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); } |
