Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
riddhybansal committed Nov 14, 2024
1 parent 46ad3cc commit cfe38f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ import { Button, Layer } from '@carbon/react';

function TestComponent() {
<div>
<Layer>
<Button>Click me</Button>
</Layer>
<Button light>Click me</Button>
<Button>Another button</Button>
<Layer>
<Button>Nested light button</Button>
<Button light>Nested light button</Button>
</Layer>
</div>;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ function TestComponent() {
<Layer><Button>Click me</Button></Layer>
<Button>Another button</Button>
<Layer>
<Layer>
<Button>Nested light button</Button>
</Layer>
<Layer><Button>Nested light button</Button></Layer>
</Layer>
</div>;
}
Expand Down

0 comments on commit cfe38f2

Please sign in to comment.