Skip to content

Replace SmallShadow with SmallBoxShadow

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

This replaces a ShadowedRectangle based shadow with a plain coloured rectangle for components that need subtle shadows. This is much more performant and can also now allows to have shadows on mobile (currently disabled due to performance issues)!

The effect is a more subtle, but brings it inline with the desktop style and looks a bit less fuzzy.

Before:

image

image

After:

image

image

Merge request reports