Skip to content

Commit ece7c47

Browse files
committed
fix ts
1 parent 968c1ad commit ece7c47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/MenuItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ type MenuItemBaseProps = ForwardedFSClassProps &
253253
subtitle?: string | number;
254254

255255
/** Any additional styles to apply to the subtitle */
256-
subtitleStyle?: StyleProp<TextStyle>;
256+
subtitleStyle?: StyleProp<ViewStyle>;
257257

258258
/** Should the title show with normal font weight (not bold) */
259259
shouldShowBasicTitle?: boolean;

0 commit comments

Comments
 (0)