Skip to content

Commit

Permalink
build: style for autologout
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentC35 committed Apr 22, 2024
1 parent 028e0eb commit 579fb67
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/auth/AutoLogoutCountDown/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,16 @@ export function AutoLogoutCountdown() {
justifyContent: 'center',
alignItems: 'center',
textAlign: 'center',
color: 'white',
fontWeight: 'bold',
zIndex: 1000,
}}
>
<div>
<Typography>{defaultDictionary.logoutAreYouThere}</Typography>
<Typography>{`${defaultDictionary.logoutCountDown} ${secondsLeft} sec`}</Typography>
<Typography variant='h5'>
{defaultDictionary.logoutAreYouThere}
</Typography>
<Typography>{`${defaultDictionary.logoutCountDown} ${secondsLeft} sec.`}</Typography>
</div>
</div>
);
Expand Down

0 comments on commit 579fb67

Please sign in to comment.