1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
Zhiyuan Zheng
2022-06-02 00:28:42 +02:00
parent bc0ae827ad
commit bee856fa34
3 changed files with 21 additions and 9 deletions

View File

@@ -100,8 +100,8 @@ const ComposeEmojis: React.FC<Props> = ({ accessibleRefEmojis }) => {
)}
source={{ uri }}
style={{
width: 32,
height: 32,
width: 36,
height: 36,
padding: StyleConstants.Spacing.S,
margin: StyleConstants.Spacing.S
}}
@@ -119,8 +119,8 @@ const ComposeEmojis: React.FC<Props> = ({ accessibleRefEmojis }) => {
)}
source={{ uri }}
style={{
width: 32,
height: 32,
width: 36,
height: 36,
padding: StyleConstants.Spacing.S,
margin: StyleConstants.Spacing.S
}}
@@ -145,7 +145,7 @@ const ComposeEmojis: React.FC<Props> = ({ accessibleRefEmojis }) => {
flexDirection: 'row',
flexWrap: 'wrap',
justifyContent: 'space-around',
height: 260
height: 280
}}
>
<SectionList