cisco-sbg-ui / magna-react

magna-react.vercel.app
5 stars 0 forks source link

Spinner color inside a button #356

Closed vdineva closed 1 year ago

vdineva commented 1 year ago

When I use a spinner inside a button (https://magnetic.cisco.com/0a43ab5cd/p/56608b-button/t/330d12)

the color of the spinner is grey:

Screenshot 2023-04-24 at 13 08 30

and in the Magnetic specs it's white:

Screenshot 2023-04-24 at 12 57 53
() => {
  return (
      <AButton disabled medium>
          <ASpinner size="small"  />
          Submit
     </AButton> 
    );
}

Also, it would be nice if magna-react handles the margin to it's right

androche commented 1 year ago

Completed in #359