mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Pin DesignKit version and use contantAndAvatars array.
This commit is contained in:
@@ -44,7 +44,7 @@ enum MockOnboardingAvatarScreenState: MockScreenState, CaseIterable {
|
||||
|
||||
/// Generate the view struct for the screen state.
|
||||
var screenView: ([Any], AnyView) {
|
||||
let avatarColorCount = DefaultThemeSwiftUI().colors.namesAndAvatars.count
|
||||
let avatarColorCount = DefaultThemeSwiftUI().colors.contentAndAvatars.count
|
||||
let viewModel: OnboardingAvatarViewModel
|
||||
switch self {
|
||||
case .placeholderAvatar(let userId, let displayName):
|
||||
|
||||
Reference in New Issue
Block a user