Skip to content

Commit

Permalink
feat #114 - Update input border radius, refac
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-dassana committed Oct 16, 2020
1 parent 08c014d commit 8fb6805
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Input/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const generateInputStyles = (themeType: ThemeType) => {
borderColor: hover.borderColor
},
backgroundColor: base.backgroundColor,
...borderStyles,
borderColor: base.borderColor,
borderRadius,
color: base.color
Expand Down

0 comments on commit 8fb6805

Please sign in to comment.