Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(time-input): border radius bug #773

Merged
merged 1 commit into from
May 15, 2019
Merged

fix(time-input): border radius bug #773

merged 1 commit into from
May 15, 2019

Conversation

montezume
Copy link
Contributor

@montezume montezume commented May 15, 2019

Summary

Fixes border radius problem.

@@ -161,7 +161,7 @@ const getInputContainerStyles = (props, theme) => {

const getTimeInputStyles = (props, theme) => {
const overwrittenVars = {
...props,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦‍♂

@montezume montezume added the 🐛 Type: Bug Something isn't working label May 15, 2019
@montezume montezume self-assigned this May 15, 2019
@montezume montezume requested review from jonnybel and tdeekens May 15, 2019 07:51
Copy link
Contributor

@jonnybel jonnybel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧐

@montezume montezume merged commit 06e9420 into master May 15, 2019
@montezume montezume deleted the ml-time-input-fix branch May 15, 2019 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TimeInput missing rounded corners
3 participants