summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/objects/_text-field.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objects/_text-field.scss b/src/objects/_text-field.scss
index ad03ec5..88c4535 100644
--- a/src/objects/_text-field.scss
+++ b/src/objects/_text-field.scss
@@ -120,6 +120,7 @@
120 border: 1px solid transparent; 120 border: 1px solid transparent;
121 background-color: transparent; 121 background-color: transparent;
122 color: fn.color(--text); 122 color: fn.color(--text);
123 font: inherit;
123 line-height: $line-height; 124 line-height: $line-height;
124 resize: none; 125 resize: none;
125 appearance: none; 126 appearance: none;