Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/actionSheet/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class ActionSheet extends Component<ActionSheetProps> {
>
<View row paddingL-16 flex centerV>
{this.handleRenderIcon(option)}
<Text text70 grey10 numberOfLines={1}>
<Text text70 grey10 numberOfLines={1} style={option.labelStyle}>
{option.label}
</Text>
</View>
Expand Down