upd: fiksasi
Deskripsi: -tampilan No Issues
This commit is contained in:
@@ -35,7 +35,7 @@ export default function PaperGridContent({ content, children, title, headerColor
|
||||
imageStyle={{ borderTopLeftRadius: 5, borderTopRightRadius: 5 }}
|
||||
style={[Styles.headerPaperGrid, { backgroundColor: colors.primary }]}
|
||||
>
|
||||
<Text numberOfLines={titleTail ? titleTail : undefined} style={[Styles.textSubtitle, Styles.cWhite, { textAlign: 'center' }]}>{title}</Text>
|
||||
<Text numberOfLines={titleTail ? titleTail : undefined} style={[Styles.textSubtitle, Styles.cWhite, { textAlign: 'center' }]}>{title.charAt(0).toUpperCase() + title.slice(1)}</Text>
|
||||
</ImageBackground>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user