From 299db181bf2e48f1fa35ae941b0c11c5c303cfe3 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 | 62 +++++++---------------- 1 file changed, 17 insertions(+), 45 deletions(-) diff --git a/src/components/WindowAuthenticationBar.js b/src/components/WindowAuthenticationBar.js index 642149615f..17e9982afc 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, paddingInlineStart: theme.spacing(1), paddingInlineEnd: theme.spacing(1) })} in={open} onClose={() => this.setOpen(false)} >