HamedFathi
HamedFathi

Reputation: 3969

How to make Angular Material 6 components smaller?

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?

Upvotes: 4

Views: 2222

Answers (1)

Wandrille
Wandrille

Reputation: 6811

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

Upvotes: 2

Related Questions