Skip to content

Commit

Permalink
fix(input): Remove font-size and font-weight to override easily
Browse files Browse the repository at this point in the history
  • Loading branch information
bilgeyucel authored and mucahit committed Aug 20, 2020
1 parent 78000db commit d88c9e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/form/input/_input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
border: 1px solid var(--default-border-color);
border-radius: var(--small-radius-size);

font-size: inherit;
font-weight: inherit;

&::placeholder {
color: var(--placeholder-text-color);
}
Expand Down

0 comments on commit d88c9e6

Please sign in to comment.