Skip to content

Commit

Permalink
fix(odyssey-react-mui): fix Button, Floating, Disabled bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
edburyenegren-okta committed Mar 28, 2023
1 parent 2ce4f26 commit a9c332a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/odyssey-react-mui/src/theme/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export const components: ThemeOptions["components"] = {
borderColor: "transparent",
},
"&:disabled": {
backgroundColor: "rgba(235, 235, 237, 0.6)",
backgroundColor: "transparent",
color: theme.palette.text.secondary,
borderColor: "transparent",
},
Expand Down

0 comments on commit a9c332a

Please sign in to comment.