[Home](./index.md) > [@jsamr/react-native-li](./react-native-li.md) > [MarkedListProps](./react-native-li.markedlistprops.md) > [markerTextStyle](./react-native-li.markedlistprops.markertextstyle.md) ## MarkedListProps.markerTextStyle property A plain JavaScript object text style for the marker string. It is advised to pass the same `fontSize` and `lineHeight` as the list content for perfect horizontal alignment. Signature: ```typescript markerTextStyle?: TextStyle; ``` ## Remarks It should not contain CSS box model properties and it should be a plain JavaScript object. \*\*Do not\*\* use StyleSheet or array styles.