Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add titleStyle and descriptionStyle props to List.Item #911

Merged
merged 7 commits into from
Mar 14, 2019

Conversation

Trancever
Copy link
Contributor

There was no input in #872 for some time, so I decided to create another PR with improved solution.

@@ -51,3 +51,18 @@ it('renders list item with left and right items', () => {

expect(tree).toMatchSnapshot();
});

it('renders list item wwith custom title and deescription styles', () => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
it('renders list item wwith custom title and deescription styles', () => {
it('renders list item with custom title and description styles', () => {

Copy link
Contributor Author

@Trancever Trancever Mar 11, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lol, thank you Apple for high quality keyboard :D

@callstack-bot
Copy link

callstack-bot commented Mar 11, 2019

Hey @Trancever, thank you for your pull request 🤗. The documentation from this branch can be viewed here. Please remember to update Typescript types if you changed API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants