Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make Angular Material 6 components smaller?

Tags:

angular

Angular Material 6 components are so big.

I prefer a smaller size of all controls, Can anyone guide me for the best way?

Can I change the typography without destroying grid system, ratio, balancing,... in all devices?

like image 292
HamedFathi Avatar asked Sep 20 '25 11:09

HamedFathi


1 Answers

You can't reduce the size of the Angular Material Module that you use.

But if you are talking about the FONT SIZE, so yes you can do it. Check the doc of theming of angular Material

like image 115
Wandrille Avatar answered Sep 22 '25 02:09

Wandrille