Skip to content

Commit 06e9420

Browse files
authored
fix(time-input): border radius bug (#773)
1 parent 08a6045 commit 06e9420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/inputs/time-input/time-input-body.styles.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ const getInputContainerStyles = (props, theme) => {
161161

162162
const getTimeInputStyles = (props, theme) => {
163163
const overwrittenVars = {
164-
...props,
164+
...vars,
165165
...theme,
166166
};
167167

0 commit comments

Comments
 (0)