Skip to content

Commit

Permalink
Merge pull request #504 from SCCapstone/474
Browse files Browse the repository at this point in the history
474: Add padding to locked chat message
  • Loading branch information
jbytes1027 authored Apr 11, 2024
2 parents 9352e31 + 9bf7fcf commit b57dfd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions FU.SPA/src/components/ChatLocked.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function ChatLocked({ chatType, reason, onResolutionClick }) {
}

return (
<Typography variant="h4" gutterBottom style={{ color: 'white' }}>
<Typography variant="h6" gutterBottom style={{ color: 'white' }}>
{reasonMessage}
</Typography>
);
Expand All @@ -36,7 +36,6 @@ export default function ChatLocked({ chatType, reason, onResolutionClick }) {
return (
<Button
variant="contained"
style={{ width: '95%', maxWidth: '300px' }}
onClick={() => {
if (reason === 'no-user') {
navigate('/signin?returnUrl=' + encodeURIComponent(path));
Expand Down

0 comments on commit b57dfd4

Please sign in to comment.