diff --git a/src/components/reports/report-filter-toolbar.tsx b/src/components/reports/report-filter-toolbar.tsx index 34f80fc..f02ce95 100644 --- a/src/components/reports/report-filter-toolbar.tsx +++ b/src/components/reports/report-filter-toolbar.tsx @@ -30,9 +30,6 @@ type ReportsFilterToolbarProps = { const BILLING_TOGGLE_ITEM = "rounded-full px-4 py-1 text-xs font-semibold transition data-[state=on]:bg-neutral-900 data-[state=on]:text-white data-[state=off]:text-neutral-600 hover:bg-neutral-100" -const RANGE_TOGGLE_ITEM = - "rounded-full px-4 py-1 text-sm font-semibold transition data-[state=on]:bg-neutral-900 data-[state=on]:text-white data-[state=off]:text-neutral-600 hover:bg-neutral-100" - export function ReportsFilterToolbar({ companyId, onCompanyChange, @@ -87,15 +84,17 @@ export function ReportsFilterToolbar({ type="single" value={timeRange} onValueChange={(value) => value && onTimeRangeChange(value as TimeRange)} - className="flex w-full flex-wrap items-center gap-2 rounded-2xl border border-border/60 bg-muted/30 p-1 sm:w-auto sm:flex-nowrap" + variant="outline" + size="lg" + className="flex rounded-2xl border border-border/60" > - + 90 dias - + 30 dias - + 7 dias