[优化] 优化封面背景

This commit is contained in:
HapeLee
2026-03-28 00:34:47 +08:00
parent 23f4e01bba
commit daf93eb521
@@ -88,7 +88,7 @@ fun BookCover(
)
.clip(RoundedCornerShape(4.dp))
.then(
if (!hasCustomDefault) {
if (!hasCustomDefault && !isOnlineCoverLoaded) {
Modifier.background(MaterialTheme.colorScheme.surfaceContainer)
} else Modifier
)