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}
totalAmount={total}
compact={compact}
colorTheme={flow === "outflows" ? "warning" : "info"}
colorTheme={flow === "outflows" ? "error" : "success"}
selected={isSelected}
isFetching={isFetching}
onClick={() => {