Skip to content

Commit

Permalink
feat: style grid bottom bar
Browse files Browse the repository at this point in the history
  • Loading branch information
KatoakDR committed Sep 24, 2024
1 parent b2d8ed3 commit 302069e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion electron/renderer/pages/grid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,12 @@ const GridPage: React.FC = (): ReactNode => {
/>
</div>
</EuiPageTemplate.Section>
<EuiPageTemplate.BottomBar>
<EuiPageTemplate.BottomBar
paddingSize="none"
css={{
backgroundColor: euiTheme.colors.lightestShade,
}}
>
<div ref={bottomBarRef}>
<EuiFieldText
compressed={true}
Expand Down

0 comments on commit 302069e

Please sign in to comment.