mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
MESSENGER-4407 fixes from testprotocol
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user