Why can we not specify a custom size?
Opened this issue · 1 comments
sacha-sentier commented
Hello,
Is there a reason why the size of the spinner is hard-coded and cannot be changed?
Thank you,
Alexander
keanulee commented
You can override width/height
with your own CSS where you use the element:
paper-spinner {
width: 40px;
height: 40px;
}