style(agency): 导出报表按钮改为主色调更醒目

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Your Name 2026-02-06 16:42:04 +08:00
parent dbf9de66a9
commit ae74c515c7

View File

@ -266,7 +266,7 @@ export default function AgencyReportsPage() {
</button>
))}
</div>
<Button variant="secondary" onClick={() => setShowExportModal(true)}>
<Button onClick={() => setShowExportModal(true)}>
<Download size={16} />
</Button>