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