ios, android: improve preference change chat items layout (#1454)
This commit is contained in:
@@ -15,8 +15,8 @@ struct CIChatFeatureView: View {
|
||||
var iconColor: Color
|
||||
|
||||
var body: some View {
|
||||
HStack(alignment: .bottom, spacing: 0) {
|
||||
Image(systemName: feature.icon + ".fill")
|
||||
HStack(alignment: .bottom, spacing: 4) {
|
||||
Image(systemName: feature.iconFilled)
|
||||
.foregroundColor(iconColor)
|
||||
chatEventText(chatItem)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user