Padroniza copias e badges da interface

This commit is contained in:
Felipe Coutinho
2026-03-14 18:36:02 +00:00
parent 1e8e6e0d3d
commit 62b94e6b1d
45 changed files with 184 additions and 200 deletions

View File

@@ -1,6 +1,6 @@
"use client";
import { RiAddCircleLine, RiFileCopyLine, RiFundsLine } from "@remixicon/react";
import { RiAddCircleFill, RiFileCopyLine, RiFundsLine } from "@remixicon/react";
import { useState } from "react";
import { toast } from "sonner";
import {
@@ -115,7 +115,7 @@ export function BudgetsPage({
disabled={categories.length === 0}
className="w-full sm:w-auto"
>
<RiAddCircleLine className="size-4" />
<RiAddCircleFill className="size-4" />
Novo orçamento
</Button>
}