We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968c1ad commit ece7c47Copy full SHA for ece7c47
1 file changed
src/components/MenuItem.tsx
@@ -253,7 +253,7 @@ type MenuItemBaseProps = ForwardedFSClassProps &
253
subtitle?: string | number;
254
255
/** Any additional styles to apply to the subtitle */
256
- subtitleStyle?: StyleProp<TextStyle>;
+ subtitleStyle?: StyleProp<ViewStyle>;
257
258
/** Should the title show with normal font weight (not bold) */
259
shouldShowBasicTitle?: boolean;
0 commit comments