refactor(FE-364): refactor PDF table styles and remove total styles

This commit is contained in:
rstubryan
2025-12-16 13:34:36 +07:00
parent 6f18c58042
commit 9ba3fa1b6c
@@ -79,17 +79,6 @@ const pdfStyles = StyleSheet.create({
paddingVertical: 12,
textAlign: 'center',
},
tableCellHeaderCenter: {
flex: 1,
borderRightWidth: 1,
borderRightColor: '#000000',
borderRightStyle: 'solid',
padding: 4,
fontSize: 8,
fontWeight: 'bold',
backgroundColor: '#F5F5F5',
textAlign: 'center',
},
tableCellHeaderRight: {
flex: 1,
borderRightWidth: 1,