change accesibility identifiers, remove single selection button style, use Picker instead,

This commit is contained in:
Flavio Alescio
2023-05-12 14:19:56 +02:00
committed by Flescio
parent 60d2de46fa
commit e8d31a8368
7 changed files with 27 additions and 71 deletions

View File

@@ -133,7 +133,7 @@ struct A11yIdentifiers {
}
struct CreateRoomScreen {
let roomName = "create-room-room-name"
let roomTopic = "create-room-room-topic"
let roomName = "create_room-room_name"
let roomTopic = "create_room-room_topic"
}
}