Skip to content

Commit ed48e74

Browse files
committed
play with the list bullet on Android
1 parent 9cf5b32 commit ed48e74

File tree

1 file changed

+2
-2
lines changed
  • source/views/components/markdown

1 file changed

+2
-2
lines changed

source/views/components/markdown/list.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import * as React from 'react'
44
import glamorous, {View, Text} from 'glamorous-native'
5-
import {Paragraph} from './formatting'
5+
import {BaseText, Paragraph} from './formatting'
66

77
// the list itself
88
export const List = glamorous(View)({})
@@ -21,7 +21,7 @@ export class ListItem extends React.PureComponent<Props> {
2121
render() {
2222
return (
2323
<View alignItems="center" flexDirection="row">
24-
<Text paddingRight={4}></Text>
24+
<BaseText paddingRight={4}></BaseText>
2525
<ListText {...this.props} />
2626
</View>
2727
)

0 commit comments

Comments
 (0)