Skip to content

Commit ec6691b

Browse files
committed
feat: make giphy image align: center, to have the same behaviour when actions are present
1 parent f8601c5 commit ec6691b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/src/components/Attachment/Giphy.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const styles = StyleSheet.create({
3737
width: 270,
3838
},
3939
giphy: {
40+
alignSelf: 'center',
4041
borderRadius: 2,
4142
height: 170,
4243
maxWidth: 270,

0 commit comments

Comments
 (0)