Skip to content

Commit df3fe1a

Browse files
committed
fix: badge color in folder status view
1 parent 1b005d8 commit df3fe1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sushitrain/FolderView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ struct FolderStatusView: View {
273273
#if os(iOS)
274274
Label(folderStatus.text, systemImage: folderStatus.systemImage)
275275
.foregroundStyle(folderStatus.color)
276-
.badge(folderStatus.badge)
276+
.badge(Text(folderStatus.badge).foregroundStyle(folderStatus.color))
277277
#else
278278
Label(folderStatus.fullText, systemImage: folderStatus.systemImage)
279279
.foregroundStyle(folderStatus.color)

0 commit comments

Comments
 (0)