Skip to content

Commit

Permalink
fix(odyssey-react-mui): fix RTL placement of Select chevron
Browse files Browse the repository at this point in the history
  • Loading branch information
edburyenegren-okta committed May 22, 2023
1 parent 26452d9 commit 9d99d9d
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 9d99d9d

Please sign in to comment.