question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Material UI resets size adjustments applied to icons

See original GitHub issue

After I update the file-icons the .tag icon looks too big in the tree view. And I already restart Atom after I update this package.

image

The icon on the tab looks good:

image

I try to customize this icon with new stylesheet like this:

.filetype-icon-tag:before {
  transform: scale(.5);
}

Still not working…

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:1
  • Comments:20 (14 by maintainers)

github_iconTop GitHub Comments

2reactions
shernshioucommented, Apr 18, 2016

@Alhadis ahh! that solved the problem. Thanks!

1reaction
Alhadiscommented, Apr 18, 2016

Good to hear!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Best Practice to adjust height of Material UI Icon - Stack Overflow
The icons have a fontSize property - e.g. <HomeIcon ... the correct way to adjust the size would be to pass it height...
Read more >
Material Icons - Material UI - MUI
2100+ ready-to-use React Material Icons from the official website.
Read more >
Breaking changes in v5, part one: styles and themes - MUI
This is a reference guide to all of the breaking changes introduced in Material v5, and how to handle them when migrating from...
Read more >
Minimizing bundle size - Material UI - MUI
Minimizing bundle size. Learn more about the tools you can leverage to reduce the bundle size. Bundle size matters. The bundle size of...
Read more >
Migrating to v5: getting started - Material UI - MUI
This guide explains how and why to migrate from Material UI v4 to v5. Material UI v5 migration. Getting started you are here;...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found