Skip to content

Commit

Permalink
Merge pull request #1799 from okta/ee/select-rtl
Browse files Browse the repository at this point in the history
fix(odyssey-react-mui): fix RTL placement of Select chevron
  • Loading branch information
edburyenegren-okta authored May 22, 2023
2 parents 26452d9 + 9d99d9d commit a33d732
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/odyssey-react-mui/src/theme/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1635,6 +1635,7 @@ export const components: ThemeOptions["components"] = {
},
}),
icon: ({ theme }) => ({
right: "unset",
insetInlineEnd: theme.spacing(3),
color: theme.palette.text.primary,
}),
Expand Down

0 comments on commit a33d732

Please sign in to comment.