Skip to content

Commit 9d2bc02

Browse files
authored
support labelStyle in ActionSheet options (#2564)
1 parent 17e97ad commit 9d2bc02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/actionSheet/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ class ActionSheet extends Component<ActionSheetProps> {
174174
>
175175
<View row paddingL-16 flex centerV>
176176
{this.handleRenderIcon(option)}
177-
<Text text70 grey10 numberOfLines={1}>
177+
<Text text70 grey10 numberOfLines={1} style={option.labelStyle}>
178178
{option.label}
179179
</Text>
180180
</View>

0 commit comments

Comments
 (0)