Skip to content

Commit

Permalink
fix loading icon publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kof committed Dec 24, 2024
1 parent 8f5ccdb commit 5316a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/design-system/src/components/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export const Button = forwardRef(
justify={"center"}
align={"center"}
>
<LoadingDotsIcon size={28} />
<LoadingDotsIcon size={28} fill="white" />
</Flex>
)}
</TextContainer>
Expand Down

0 comments on commit 5316a5e

Please sign in to comment.