Skip to content

Commit

Permalink
Calculadora Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabkres committed Sep 27, 2023
1 parent b257c1e commit 4f71271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Subtract/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const Subtract = () => {
<Row id="center">
<Input value={totais} text="Custos Totais (CT)" />
<Column id="center">
<IconPlus color="#475DA7">+</IconPlus>
<IconPlus color="#475DA7">x</IconPlus>
</Column>
<Input value={0.3} text="0,3 (30% de lucro)" />
<Column id="center">
Expand Down

0 comments on commit 4f71271

Please sign in to comment.