From e43d334f2ded7874a065be8c7983611039692be9 Mon Sep 17 00:00:00 2001 From: Chris Beer Date: Tue, 21 Nov 2023 12:47:06 -0800 Subject: [PATCH] Restore auth banner colors --- src/components/WindowAuthenticationBar.js | 67 ++++++++--------------- 1 file changed, 22 insertions(+), 45 deletions(-) diff --git a/src/components/WindowAuthenticationBar.js b/src/components/WindowAuthenticationBar.js index 642149615f..05d2a365f6 100644 --- a/src/components/WindowAuthenticationBar.js +++ b/src/components/WindowAuthenticationBar.js @@ -16,9 +16,6 @@ const StyledTopBar = styled('div')(({ theme }) => ({ }, alignItems: 'center', display: 'flex', - justifyContent: 'inherit', - padding: theme.spacing(1), - textTransform: 'none', })); const StyledFauxButton = styled('span')(({ theme }) => ({ @@ -62,16 +59,13 @@ export class WindowAuthenticationBar extends Component { const button = ( ({ + backgroundColor: theme.palette.secondary.main, + color: theme.palette.secondary.contrastText, + paddingInlineEnd: theme.spacing(1), + paddingInlineStart: theme.spacing(1), + })} in={open} onClose={() => this.setOpen(false)} >