Skip to content

Commit

Permalink
Merge pull request #3038 from Autodesk/development
Browse files Browse the repository at this point in the history
Release: August 29, 2023
  • Loading branch information
wmui51 authored Aug 30, 2023
2 parents 9ab9c8b + 05e7a13 commit 5004de7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ function borderBottomStyles(
...(error
? { borderBottomColor: themeData["input.error.borderBottomColor"] }
: {}),
...(hasFocus
? { borderBottomColor: themeData["input.line.focus.borderBottomColor"] }
: {}),
...(hasHover
? { borderBottomColor: themeData["input.box.hover.borderBottomColor"] }
: {}),
...(hasFocus
? { borderBottomColor: themeData["input.line.focus.borderBottomColor"] }
: {}),
};
}

Expand All @@ -70,8 +70,8 @@ function haloStyles({ isDisabled, hasFocus, hasHover }, themeData) {

return {
...defaults,
...(hasFocus ? focusStyles : {}),
...(hasHover ? hoverStyles : {}),
...(hasFocus ? focusStyles : {}),
};
}

Expand Down

0 comments on commit 5004de7

Please sign in to comment.