Skip to content

Commit

Permalink
Enable dark mode in loading inline text and labels
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhorsey committed Jan 15, 2025
1 parent fecb470 commit 818c64c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ const LoadingInline = (props: LoadingInlineProps) => {
className={classes}
id={id}
>
<Body color="light">
<Body
color="light"
dark
>
<Icon
aria={{ label: 'loading icon' }}
fixedWidth
Expand Down

0 comments on commit 818c64c

Please sign in to comment.