Skip to content

Commit

Permalink
docs(input): add tech debt ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
thetaPC committed Apr 11, 2024
1 parent b268547 commit 4e754b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/src/components/input/input.ionic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
.input-bottom {
@include padding-horizontal(0, 0);

font-weight: 500;
// TODO(FW-6112): Update it to `$ionic-font-weight-medium` when it's available
font-weight: var(--ionic-font-weight-medium, 500);
}

// Input Hint Text
Expand All @@ -38,7 +39,7 @@
}

:host(.has-focus.ion-valid) .helper-text {
color: $ionic-color-success-800;
color: #{tokens.$ionic-color-success-800};
}

:host(.ion-touched.ion-invalid) .error-text {
Expand Down

0 comments on commit 4e754b4

Please sign in to comment.