Skip to content

Commit

Permalink
wrong before
Browse files Browse the repository at this point in the history
  • Loading branch information
Weckr Stephane committed Oct 29, 2024
1 parent 3e6ee68 commit 124ddad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/styles/framework/src/components/_price.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ $price-levels: (
right: 0;
border-top: 2px solid;
border-color: getColor('neutral');
border-radius: 6px;
border-radius: 5px;
transform: rotate(-20deg);
}

Expand Down Expand Up @@ -204,7 +204,7 @@ $price-levels: (
border-left-color: getColor('accent');
transform: rotate(45deg);
border-style: solid;
border-width: 5px;
border-width: 6px;
border-radius: 2px;
pointer-events: none;
position: absolute;
Expand Down

0 comments on commit 124ddad

Please sign in to comment.