Skip to content

Commit

Permalink
fix: frontend fixes (#492)
Browse files Browse the repository at this point in the history
* feat: update header bar color

* fix: fix error page
  • Loading branch information
eric-nguyen-cs authored Apr 17, 2024
1 parent 20ca2e4 commit 6003639
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const Errors = () => {

return (
<Box sx={{ display: "flex", flexDirection: "column", gap: 2 }}>
<TableContainer sx={{ width: 375, mb: 2 }}>
<TableContainer sx={{ mb: 2 }}>
<Table style={{ border: "solid", borderWidth: 1.5 }}>
<TableHead>
<TableCell align="left">
Expand Down

0 comments on commit 6003639

Please sign in to comment.