correct color component

This commit is contained in:
2026-05-18 11:05:00 +05:30
parent 9fe2ed8c5c
commit ce9d0961df

View File

@@ -68,7 +68,7 @@ export default function TopPayees({
progressAmount={item.amount} progressAmount={item.amount}
totalAmount={total} totalAmount={total}
compact={compact} compact={compact}
colorTheme={flow === "outflows" ? "warning" : "info"} colorTheme={flow === "outflows" ? "error" : "success"}
selected={isSelected} selected={isSelected}
isFetching={isFetching} isFetching={isFetching}
onClick={() => { onClick={() => {