Skip to content

Commit

Permalink
Change another case of isPrimary to variant
Browse files Browse the repository at this point in the history
  • Loading branch information
noahtallen committed Jun 29, 2023
1 parent 038222f commit a5c7f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/design-carousel/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default function DesignCarousel( {
<div className="design-carousel__cta">
<Button
className="design-carousel__select"
isPrimary
variant="primary"
onClick={ () => {
if ( swiperInstance.current && selectedDesigns ) {
onPick( selectedDesigns[ swiperInstance.current?.activeIndex ] );
Expand Down

0 comments on commit a5c7f66

Please sign in to comment.