Skip to content

Commit

Permalink
Add correct line height to status text and update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
LJKaski committed May 15, 2020
1 parent 78c1741 commit e6a19e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ exports[`calling render with the same component on the same container does not r
.c2 .fi-text-input_statusText_container .fi-text-input_statusText_span {
font-size: 14px;
font-weight: 600;
line-height: 20px;
}
.c2 .fi-text-input_input {
Expand Down
1 change: 1 addition & 0 deletions src/core/Form/TextInput/TextInput.baseStyles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const baseStyles = withSuomifiTheme(
& .fi-text-input_statusText_span {
font-size: 14px;
font-weight: 600;
line-height: 20px;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ exports[`calling render with the same component on the same container does not r
.c2 .fi-text-input_statusText_container .fi-text-input_statusText_span {
font-size: 14px;
font-weight: 600;
line-height: 20px;
}
.c2 .fi-text-input_input {
Expand Down

0 comments on commit e6a19e4

Please sign in to comment.