fix: 莫名修改

This commit is contained in:
肖应宇 2026-04-11 17:36:00 +08:00 committed by Titan
parent 5d3e88a4dd
commit 02daf287f2
1 changed files with 1 additions and 1 deletions

View File

@ -1276,7 +1276,7 @@ function ArtifactOfficePreview({
type="button"
className={cn(
"rounded px-4 py-3 text-xs whitespace-nowrap",
activeSheet === sheetName
activeSheet === sheetNames[0]
? "bg-[#1500331a] text-[#000000]"
: "text-muted-foreground hover:text-foreground",
)}