Skip to content

Commit

Permalink
fix(react-native-li): align text marker at the end of the marker box
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Jun 4, 2021
1 parent c15b7fd commit 4973fe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-native-li/src/useMarkedList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export default function useMarkedList({
flexShrink: 0,
fontSize: DEFAULT_FONT_SIZE,
textAlign: syntheticRtlLineReversed ? 'left' : 'right',
alignSelf: syntheticRtlLineReversed ? 'flex-start' : 'flex-end',
...markerTextStyle
} as const),
[markerTextStyle, syntheticRtlLineReversed]
Expand Down

0 comments on commit 4973fe4

Please sign in to comment.