We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 528e7a3 commit 30412eeCopy full SHA for 30412ee
packages/orbit-components/src/SocialButton/index.tsx
@@ -38,6 +38,7 @@ const SocialButton = React.forwardRef<HTMLButtonElement, Props>(
38
customColor={type === TYPE_OPTIONS.APPLE ? "#FFF" : ""}
39
color="primary"
40
ariaHidden
41
+ reverseOnRtl
42
/>
43
}
44
circled={false}
0 commit comments