Material UI resets size adjustments applied to icons
See original GitHub issueAfter 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.
The icon on the tab looks good:
I try to customize this icon with new stylesheet like this:
.filetype-icon-tag:before {
transform: scale(.5);
}
Still not working…
Issue Analytics
- State:
- Created 8 years ago
- Reactions:1
- Comments:20 (14 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Alhadis ahh! that solved the problem. Thanks!
Good to hear!