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

[RFR] Fix design of icon loaders #3276

Merged
merged 6 commits into from
May 27, 2019
Merged

[RFR] Fix design of icon loaders #3276

merged 6 commits into from
May 27, 2019

Conversation

Luwangel
Copy link
Contributor

The <CircularProgress /> icon in Login Form is too close to the text and too big. The solution is to add a margin and reduce its size.

Todo

  • Change icon design in LoginForm
  • Change icon design in SaveButton

Screenshots

Before

Peek 24-05-2019 15-20-2

After

Peek 24-05-2019 15-11

{isLoading && (
<CircularProgress
className={classes.icon}
size={18}
Copy link
Member

Choose a reason for hiding this comment

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

Why set the size if you also set the width in css?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You're right, the duplication is not useful. I've made changes.

@fzaninotto fzaninotto merged commit 217a648 into master May 27, 2019
@fzaninotto fzaninotto deleted the design-icon-loaders branch May 27, 2019 13:07
@fzaninotto fzaninotto added this to the 2.9.2 milestone May 27, 2019
@fzaninotto
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants