fix: added progress bar wrapper and handling of loading type according to button props

This commit is contained in:
Tobias Johansson
2025-04-24 13:54:10 +02:00
committed by Simon Emanuelsson
parent 32ce7d819b
commit 29abc3cba6
4 changed files with 40 additions and 33 deletions
@@ -1,5 +1,6 @@
.loading {
display: inline-block;
display: flex;
align-items: center;
}
.dot {