Skip to content

Add new spinner size

George Tsiolis requested to merge add-new-spinner-size into master

What does this MR do?

It introduces a new size (24x24) and maps it to "md".

Consequently larger than "md"-sizes also get changed, and a new size option (xl) is added:

"md": 32x32 -> 24x24
"lg": 64x64 -> 32x32
"xl": 64x64

It also updates related storybook documentation and adds additional component-examples.

Fix #308 (closed)

Edited by David Pisek

Merge request reports