Skip to content

Commit e8970c9

Browse files
committed
fix: results screen styling fixes
1 parent b196c9c commit e8970c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package/src/components/Poll/components/PollResults/PollOptionFullResults.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@ const styles = StyleSheet.create({
103103
paddingHorizontal: 16,
104104
paddingVertical: 12,
105105
},
106-
headerContainer: { flexDirection: 'row', justifyContent: 'flex-end' },
106+
headerContainer: { flexDirection: 'row', justifyContent: 'flex-end', marginBottom: 8 },
107107
headerText: { fontSize: 16, marginLeft: 16 },
108108
});

package/src/components/Poll/components/PollResults/PollResultItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const styles = StyleSheet.create({
106106
voteContainer: {
107107
flexDirection: 'row',
108108
justifyContent: 'space-between',
109-
marginBottom: 16,
109+
marginBottom: 8,
110110
paddingVertical: 8,
111111
},
112112
voteCount: { fontSize: 16, marginLeft: 16 },

0 commit comments

Comments
 (0)