Skip to content

Commit

Permalink
Fix design on emoji section header
Browse files Browse the repository at this point in the history
  • Loading branch information
deholic committed Apr 20, 2024
1 parent 420c0a1 commit b4efe43
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,14 @@ extension StatusEditor {
viewModel.insertStatusText(text: " :\(emoji.shortcode): ")
}
}
.padding(.horizontal, 8)
.padding(.horizontal, 16)
} header: {
Text(container.categoryName)
.font(.scaledHeadline)
.bold()
.foregroundStyle(Color.secondary)
.frame(maxWidth: .infinity, alignment: .leading)
.padding(.horizontal, 16)
}
}
}
Expand Down

0 comments on commit b4efe43

Please sign in to comment.