Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/src/components/AppBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function ButtonAppBar() {
}

return (
<Box sx={{ flexGrow: 1, width: '30%' }}>
<Box sx={{ flexGrow: 1, width: '100%' }}>
<AppBar position="static">
<Toolbar>

Expand Down
2 changes: 1 addition & 1 deletion client/src/components/TransactionChart.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const TransactionChart = ({chartData}) => {
}

return (
<Paper style={{ marginTop: 20, width: '20%' }}>
<Paper style={{ marginTop: 20, width: '100%' }}>
<Chart
data={chartData}
>
Expand Down