Skip to content

Commit

Permalink
Merge pull request #7081 from marmelab/fix-selectinput-style
Browse files Browse the repository at this point in the history
Fix SelectInput css styles definition
  • Loading branch information
fzaninotto authored Jan 13, 2022
2 parents 0b0b3eb + 705852b commit a5f8379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ra-ui-materialui/src/input/SelectInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ const sanitizeRestProps = ({
const PREFIX = 'RaSelectInput';

const classes = {
input: `${PREFIX}-inputEnd`,
input: `${PREFIX}-input`,
};

const StyledResettableTextField = styled(ResettableTextField)(({ theme }) => ({
Expand Down

0 comments on commit a5f8379

Please sign in to comment.