Skip to content

Commit

Permalink
[Paper] Fix color inheritance issue using nested themes (#15465)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafahlvc authored and oliviertassinari committed Apr 24, 2019
1 parent 6bff226 commit 734eca0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui/src/Paper/Paper.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const styles = theme => {
/* Styles applied to the root element. */
root: {
backgroundColor: theme.palette.background.paper,
color: theme.palette.text.primary,
},
/* Styles applied to the root element if `square={false}`. */
rounded: {
Expand Down

0 comments on commit 734eca0

Please sign in to comment.