Skip to content

Commit a063557

Browse files
fix: update chevron animations (#8437)
* fix(accordion): update chevron animation * fix(tile): update chevron animation Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 3804612 commit a063557

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/components/src/components/accordion/_accordion.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
width: 1rem;
116116
height: 1rem;
117117
margin: $accordion-arrow-margin;
118-
transform: rotate(90deg) #{'/*rtl:ignore*/'};
118+
transform: rotate(-270deg) #{'/*rtl:ignore*/'};
119119
transition: all $duration--fast-02 motion(standard, productive);
120120
fill: $ui-05;
121121

packages/components/src/components/tile/_tile.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
transition: max-height $duration--fast-02 motion(standard, productive);
180180

181181
.#{$prefix}--tile__chevron svg {
182-
transform: rotate(-180deg);
182+
transform: rotate(180deg);
183183
}
184184

185185
.#{$prefix}--tile-content__below-the-fold {

0 commit comments

Comments
 (0)