Skip to content

Commit

Permalink
test(carbon-styles): use layer-one
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Kiefer committed Jul 4, 2023
1 parent 14e5b3d commit deb383b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ function FormContainer(props) {
return () => { form.destroy(); };
}, [ ref, props ]);

return <div ref={ ref } class="form-container cds--layer-two"></div>;
return <div ref={ ref } class="form-container cds--layer-one"></div>;
}


Expand Down

0 comments on commit deb383b

Please sign in to comment.