We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What you were expecting: If I provide a style prop to SimpleShowLayout. Styles should be applied. Following the docu: https://marmelab.com/react-admin/Show.html
style
SimpleShowLayout
What happened instead: If I provide a style prop to SimpleShowLayout. Styles aren't applied
Steps to reproduce: Check that, and confirm that does not works:
<SimpleShowLayout style={{backgroundColor: 'hotpink'}}> .... </SimpleShowLayout>
Environment
The text was updated successfully, but these errors were encountered:
The doc is outdated. style isn't supported anymore, you need to pass a className to override the styles. I'm going to update the doc accordingly.
className
Sorry, something went wrong.
Fix outdated SimpleShowLayout doc about custom styles
3e3c8f4
Closes #2697
fzaninotto
No branches or pull requests
What you were expecting:
If I provide a
style
prop toSimpleShowLayout
. Styles should be applied. Following the docu:https://marmelab.com/react-admin/Show.html
What happened instead:
If I provide a
style
prop toSimpleShowLayout
. Styles aren't appliedSteps to reproduce:
Check that, and confirm that does not works:
Environment
The text was updated successfully, but these errors were encountered: