mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
semibold selection
This commit is contained in:
@@ -714,8 +714,8 @@ struct ChatTagsView: View {
|
||||
HStack(spacing: 4) {
|
||||
Text(emoji)
|
||||
ZStack {
|
||||
Text(text).fontWeight(.medium).foregroundColor(.clear)
|
||||
Text(text).fontWeight(current ? .medium : .regular).foregroundColor(color)
|
||||
Text(text).fontWeight(.semibold).foregroundColor(.clear)
|
||||
Text(text).fontWeight(current ? .semibold : .regular).foregroundColor(color)
|
||||
}
|
||||
}
|
||||
.onTapGesture {
|
||||
|
||||
Reference in New Issue
Block a user