Skip to content

Commit

Permalink
Update EmojiHolders.kt size
Browse files Browse the repository at this point in the history
Signed-off-by: Sanju S <spikeysanju98@gmail.com>
  • Loading branch information
Spikeysanju committed Nov 26, 2021
1 parent 54187bd commit 825e6fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fun EmojiPlaceHolder(modifier: Modifier = Modifier, emoji: String, onSelect: ()
) {
Text(
text = emoji,
style = AppTheme.typography.h2,
style = AppTheme.typography.bigTitle,
textAlign = TextAlign.Center,
color = AppTheme.colors.text
)
Expand Down

0 comments on commit 825e6fa

Please sign in to comment.