Skip to content

Commit be0aa60

Browse files
authored
fix: Center Throbber circles (#198)
1 parent 954d8e9 commit be0aa60

6 files changed

+1
-1
lines changed
Loading
Loading
Loading
Loading

packages/fuselage/src/components/Throbber/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export const Throbber = forwardRef(function Throbber({
3030
}, ref) {
3131
return <Box
3232
componentClassName='rcx-throbber'
33-
is='div'
3433
ref={ref}
3534
{...props}
3635
>

packages/fuselage/src/components/Throbber/styles.scss

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
display: flex;
33

44
margin-block: calc(-1 * #{ $spaces-x1 });
5+
justify-content: center;
56

67
&__circle {
78
margin-inline: $spaces-x1;

0 commit comments

Comments
 (0)