feat(FE-364): Center align badge in PDF export styles

This commit is contained in:
rstubryan
2025-12-16 13:52:55 +07:00
parent 9ba3fa1b6c
commit 5c8bc4fc6e
@@ -147,7 +147,7 @@ const pdfStyles = StyleSheet.create({
borderRadius: 2,
fontSize: 7,
fontWeight: 'bold',
alignSelf: 'flex-start',
alignSelf: 'center',
marginRight: 4,
},
parameterBadge: {