Skip to content

Commit

Permalink
fixup! Fix(web-react): Fix inverted colors in Spinner demo #DS-1545
Browse files Browse the repository at this point in the history
  • Loading branch information
crishpeen committed Jan 18, 2025
1 parent 9f41542 commit 2281948
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
import DocsBox from '../../../../docs/DocsBox';
import Spinner from '../Spinner';

const SpinnerColors = () => (
Expand All @@ -10,9 +9,7 @@ const SpinnerColors = () => (

<Spinner color="secondary" />

<DocsBox>
<Spinner color="tertiary" />
</DocsBox>
<Spinner color="tertiary" />
</>
);

Expand Down

0 comments on commit 2281948

Please sign in to comment.