Skip to content

Commit

Permalink
Default & Disabled throbber allignment is corrected (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumitwarrior7 authored Jan 22, 2024
1 parent 5ec34ff commit fc72f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Throbber/Throbber.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const Throbber = forwardRef(
) => {
const ThrobberCss = css`
display: flex;
justify-content: center;
width: fit-content
margin-block: -0.125rem;
`;
return (
Expand Down

0 comments on commit fc72f15

Please sign in to comment.