Skip to content

Commit

Permalink
fix(textarea): missing vars (#817)
Browse files Browse the repository at this point in the history
* fix(textarea): add missing var import

* fix(pure-input): add missing var import
  • Loading branch information
reme3d2y committed Aug 31, 2021
1 parent b2aab6b commit d03231f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/pure-input/src/index.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import '../../themes/src/default.css';
@import '../../input/src/default.module.css';

.component {
@mixin system_16-20_regular;
Expand Down
1 change: 1 addition & 0 deletions packages/textarea/src/default.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import '../../themes/src/default.css';
@import '../../input/src/default.module.css';

.textarea {
color: var(--input-color);
Expand Down
1 change: 1 addition & 0 deletions packages/textarea/src/inverted.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import '../../themes/src/default.css';
@import '../../input/src/inverted.module.css';

.textarea {
color: var(--input-inverted-color);
Expand Down

0 comments on commit d03231f

Please sign in to comment.