diff --git a/src/components/admin/reports/report-templates-manager.tsx b/src/components/admin/reports/report-templates-manager.tsx index 8e6ccfb..54cc21a 100644 --- a/src/components/admin/reports/report-templates-manager.tsx +++ b/src/components/admin/reports/report-templates-manager.tsx @@ -303,7 +303,7 @@ export function ReportTemplatesManager({ tenantId: tenantIdProp }: ReportTemplat onValueChange={(value) => setFilterCompanyId(value ?? "all")} options={companyOptions} placeholder="Todas as empresas" - className="w-full min-w-56 md:w-64" + className="h-9 w-full min-w-56 rounded-full border border-slate-300 bg-white px-3 text-sm font-medium text-neutral-800 md:w-64" />