MESSENGER-5706 use theme binding

This commit is contained in:
JanNiklas Grabowski
2024-02-27 16:29:00 +01:00
parent 3ddb4e4d04
commit e68962fe07
2 changed files with 2 additions and 2 deletions
@@ -83,7 +83,7 @@ struct RoomFederationDecisionView: View {
.background(Color(theme.colors.quinaryContent))
.clipShape(Circle())
.padding(outerLineWith)
.background(Color(ThemeService.shared().theme.backgroundColor))
.background(Color(theme.colors.background))
.clipShape(Circle())
.offset(x:-((getImageSize(width: geo.size.width, height: geo.size.height) * imageStackScale) / imageStackShift))
}