Megabit / Blazorise

Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
https://blazorise.com/
Other
3.18k stars 517 forks source link

[Bug]: Button loading Spinner is very close to text #5520

Closed panmona closed 1 month ago

panmona commented 1 month ago

Blazorise Version

latest

What Blazorise provider are you running on?

Material

Link to minimal reproduction or a simple code snippet

https://blazorise.com/docs/components/button#loading#toc_Loading

Steps to reproduce

Create a loading button: image

What is expected?

I'd expect that the button and the spinner should at least have a margin of 1. Right now they are extremely close to each other.

What is actually happening?

There's no margin, and it makes it look like there was a mistake when styling the spinner. Which creates the need to customize it for a production application.

What browsers do you see the problem on?

No response

Any additional comments?

I couldn't yet find out where I'd need to apply this change, if you give me a hint regarding where we need to apply it, I am open to create a PR for it.