style: 调整关闭按钮的图标样式,增加统一尺寸类名
Project CI / Repository checks (pull_request) Failing after 10s
Project CI / Backend tests (pull_request) Failing after 10s
Project CI / Frontend tests (pull_request) Failing after 20s
Project CI / Native shell tests (pull_request) Successful in 10m34s

This commit is contained in:
2026-08-03 10:15:00 +08:00
parent 7570134f00
commit 31e0cb7456
@@ -341,7 +341,7 @@ export function ImageCanvasAssetLibraryPanelView({
size="sm"
onClick={closeAssetSelectionMode}
>
<X />
<X className="h-4 w-4" />
</PlatformActionButton>
</PlatformBatchActionToolbar>