Skip to content

Commit 30412ee

Browse files
committed
fix(SocialButton): reverse chevron icon for RTL
1 parent 528e7a3 commit 30412ee

File tree

1 file changed

+1
-0
lines changed
  • packages/orbit-components/src/SocialButton

1 file changed

+1
-0
lines changed

packages/orbit-components/src/SocialButton/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const SocialButton = React.forwardRef<HTMLButtonElement, Props>(
3838
customColor={type === TYPE_OPTIONS.APPLE ? "#FFF" : ""}
3939
color="primary"
4040
ariaHidden
41+
reverseOnRtl
4142
/>
4243
}
4344
circled={false}

0 commit comments

Comments
 (0)