fix: Fix TypeScript build error in HistoryPage

- Changed ChineseButton variant from 'default' to 'primary' to match component interface
- Build now passes successfully
- Updated dist assets
This commit is contained in:
patdelphi
2025-08-22 16:05:44 +08:00
parent b0594d5131
commit 851a9fd7e6
8 changed files with 750 additions and 740 deletions

View File

@@ -374,7 +374,7 @@ const HistoryPage: React.FC = () => {
return (
<ChineseButton
key={page}
variant={currentPage === page ? "default" : "outline"}
variant={currentPage === page ? "primary" : "outline"}
size="sm"
onClick={() => handlePageChange(page)}
className={cn(