File tree Expand file tree Collapse file tree
packages/eui/src/components/page_template/inner Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ export const euiPageInnerStyles = (euiThemeContext: UseEuiTheme) => {
2121 flex-direction : column;
2222 align-items : stretch;
2323 flex : 1 1 100% ;
24+ background: ${ euiThemeContext . euiTheme . colors . backgroundBasePlain } ;
2425 /* Make sure that inner flex layouts don't get larger than this container */
2526 ${ logicalCSS ( 'max-width' , '100%' ) }
2627 ${ logicalCSS ( 'min-width' , '0' ) }
2728 ` ,
2829
2930 panelled : css `
30- background: ${ euiThemeContext . euiTheme . colors . backgroundBasePlain } ;
3131 ${ euiShadow ( euiThemeContext , 'm' , { border : 'none' } ) } ;
3232 ` ,
3333
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export type _EuiPageInnerProps<T extends ComponentTypes = 'main'> =
3232 */
3333 component ?: T ;
3434 /**
35- * Adds a white background and shadow to define the area.
35+ * Adds a shadow to define the area.
3636 */
3737 panelled ?: boolean ;
3838 /**
You can’t perform that action at this time.
0 commit comments