Skip to content

Commit

Permalink
center dashboard warning message (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
m00n620 authored Mar 30, 2023
1 parent 3889c68 commit bdc0214
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/apps/escrow-dashboard/src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,15 @@ export const Header: FC = () => {
<CloseIcon fontSize="inherit" />
</IconButton>
}
sx={{ px: 5 }}
sx={{
px: 5,
justifyContent: 'center',
alignItems: 'center',
'& .MuiAlert-action': {
marginLeft: 0,
paddingTop: 0,
},
}}
>
Beta Dashboard: minor inaccuracies may be present
</Alert>
Expand Down

0 comments on commit bdc0214

Please sign in to comment.