Skip to content

GlobalDrawerActionItem: Don't increase icon size for mobile

Devin Lin requested to merge work/devinlin/iconsize into master

We already have the list item padding increased for tablet/mobile which provides a touch friendly size, the icon size increase in my opinion is unnecessary and makes the list delegates too large visually:

Before:

image

After:

image

Merge request reports