Skip to content

Commit

Permalink
💄Update icons for income and outcome 💄
Browse files Browse the repository at this point in the history
  • Loading branch information
Aszurar committed Jan 16, 2024
1 parent f16dce7 commit d95ed21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/HighLightCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@ export function HighLightCard({
income: {
title: 'Entradas',
lastDateInitial: 'Última entrada dia ',
icon: <FiArrowUpCircle className={icon()} />,
icon: <FiArrowDownCircle className={icon()} />,
},
outcome: {
title: 'Saídas',
lastDateInitial: 'Última saída dia ',
icon: <FiArrowDownCircle className={icon()} />,
icon: <FiArrowUpCircle className={icon()} />,
},
total: {
title: 'Total',
lastDateInitial: ' ',
lastDateInitial: '',
icon: <FiDollarSign className={icon()} />,
},
}
Expand Down

0 comments on commit d95ed21

Please sign in to comment.