feat: melhora a UX de lançamentos e ações rápidas

This commit is contained in:
Felipe Coutinho
2026-03-15 23:23:26 +00:00
parent 2712d4919a
commit df3d0134be
17 changed files with 137 additions and 72 deletions

View File

@@ -1,6 +1,6 @@
"use client";
import { RiAddCircleFill, RiFileCopyLine, RiFundsLine } from "@remixicon/react";
import { RiAddFill, 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"
>
<RiAddCircleFill className="size-4" />
<RiAddFill className="size-4" />
Novo orçamento
</Button>
}