MESSENGER-4407 fixes from testprotocol

This commit is contained in:
JanNiklas Grabowski
2023-03-16 16:45:48 +01:00
parent e2912b7e42
commit cf1317452e
7 changed files with 33 additions and 13 deletions
@@ -29,9 +29,11 @@ struct ContentScannerStatusContentView: View {
ProgressView()
} else {
Image(scanStatus.statusImagePath)
.foregroundColor(.white)
}
}
.background(Color(scanStatus.backgroundColor))
.cornerRadius(5)
Text(scanStatus.fileName)
.font(.system(size: 15))