minor configration cleanups

This commit is contained in:
2026-05-18 08:14:14 +05:30
parent fe94249b02
commit ccfb597342
6 changed files with 58 additions and 39 deletions

View File

@@ -14,6 +14,7 @@ import { LatestItemsViewProps } from "./LatestItems.models";
export default function LatestItemsView({
items,
header,
accentColor,
canExpand,
onExpand,
@@ -23,7 +24,7 @@ export default function LatestItemsView({
<Box sx={{ width: "100%", bgcolor: "background.paper", borderRadius: 4, p: 2, opacity: isFetching ? 0.6 : 1, transition: "opacity 0.3s ease", pointerEvents: isFetching ? "none" : "auto" }}>
<Box sx={{ mb: 2, px: 2 }}>
<Typography variant="h6" fontWeight="bold">
Recent Transactions
{header}
</Typography>
</Box>