Skip to content

Commit 302069e

Browse files
committed
feat: style grid bottom bar
1 parent b2d8ed3 commit 302069e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

electron/renderer/pages/grid.tsx

+6-1
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,12 @@ const GridPage: React.FC = (): ReactNode => {
536536
/>
537537
</div>
538538
</EuiPageTemplate.Section>
539-
<EuiPageTemplate.BottomBar>
539+
<EuiPageTemplate.BottomBar
540+
paddingSize="none"
541+
css={{
542+
backgroundColor: euiTheme.colors.lightestShade,
543+
}}
544+
>
540545
<div ref={bottomBarRef}>
541546
<EuiFieldText
542547
compressed={true}

0 commit comments

Comments
 (0)