Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Minor appearance changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rchuk committed Jun 15, 2024
1 parent 6f79b92 commit b2392b1
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function TransactionPlot<RenderDataT>(props: PropsWithChildren<Tr
return (
<Box display="flex" flexDirection="column" marginTop={4}>
{props.children}
<Box display="flex" justifyContent="space-between">
<Box display="flex" justifyContent="space-between" alignItems="end">
<Typography variant="h6">
Всього: {total}
</Typography>
Expand All @@ -57,7 +57,8 @@ export default function TransactionPlot<RenderDataT>(props: PropsWithChildren<Tr
label="Групування"
value={props.kind}
onChange={e => props.setKind(e.target.value as TransactionPlotKind)}
>(
sx={{ width: 200 }}
>
<MenuItem value={"category"}>Категорія</MenuItem>
<MenuItem value={"user"}>Користувач</MenuItem>
</Select>
Expand Down

0 comments on commit b2392b1

Please sign in to comment.