feat(View): 修改 profile 页 status tag 组件样式
修改 profile 页 status tag 组件样式 Signed-off-by: Ching <loooching@gmail.com>
This commit is contained in:
parent
f3e2e05bd7
commit
fd3dca703e
@ -220,6 +220,7 @@ extension ProfileView {
|
|||||||
Picker("tags", selection: $selectedTag) {
|
Picker("tags", selection: $selectedTag) {
|
||||||
ForEach(ProfileTabFilterVeiwModel.currentAccountTabs, id: \.rawValue) { tag in
|
ForEach(ProfileTabFilterVeiwModel.currentAccountTabs, id: \.rawValue) { tag in
|
||||||
Image(systemName: tag.iconName)
|
Image(systemName: tag.iconName)
|
||||||
|
.tag(tag)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.pickerStyle(.segmented)
|
.pickerStyle(.segmented)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user