Skip to content

Commit

Permalink
Use material subheading for the picker rows
Browse files Browse the repository at this point in the history
  • Loading branch information
hectahertz committed Dec 8, 2017
1 parent 43065e1 commit 24e8cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MultiPickerMaterialDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default class MultiPickerMaterialDialog extends Component {
size={24}
/>
</View>
<Text style={material.body1}>{row.label}</Text>
<Text style={material.subheading}>{row.label}</Text>
</View>
</TouchableOpacity>
);
Expand Down
2 changes: 1 addition & 1 deletion src/SinglePickerMaterialDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default class SinglePickerMaterialDialog extends Component {
size={24}
/>
</View>
<Text style={material.body1}>{row.label}</Text>
<Text style={material.subheading}>{row.label}</Text>
</View>
</TouchableOpacity>
);
Expand Down

0 comments on commit 24e8cc3

Please sign in to comment.