Skip to content

Commit

Permalink
refactor(input): remove non-existing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
thetaPC committed Apr 9, 2024
1 parent cdf5b82 commit b426b53
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/src/components/input/input.ionic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
:host {
--border-width: #{$ionic-border-size-small};
--border-color: #{$ionic-color-neutral-300};

--highlight-color-valid: #{$ionic-color-success-400};
// TODO(FW-6113): Verify the ionic design token is correct once it's available and remove the hardcoded value.
--highlight-color-invalid: var(--ionic-color-error-600, #970606);
Expand All @@ -27,8 +26,7 @@
.input-bottom {
@include padding-horizontal(0, 0);

// TODO(FW-6112): Verify the design token is correct once it's available and remove the hardcoded value.
font-weight: var(--ionic-font-medium, 500);
font-weight: 500;
}

// Input Hint Text
Expand Down

0 comments on commit b426b53

Please sign in to comment.