mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 04:36:58 +02:00
MESSENGER-5706 use theme binding
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user