Skip to content

Commit

Permalink
fix(Button): use correct order attribute value
Browse files Browse the repository at this point in the history
  • Loading branch information
teleginzhenya committed Apr 3, 2024
1 parent b269fd5 commit 4490b68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Button/Button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -288,11 +288,11 @@ $block: '.#{variables.$ns}button';
}

&_side_start {
order: 0;
order: -1;
}

&_side_end {
order: 2;
order: 1;
}
}

Expand Down

0 comments on commit 4490b68

Please sign in to comment.