correct color component
This commit is contained in:
@@ -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={() => {
|
||||
|
||||
Reference in New Issue
Block a user