-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Conversation
@@ -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', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it('renders list item wwith custom title and deescription styles', () => { | |
it('renders list item with custom title and description styles', () => { |
There was a problem hiding this comment.
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
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. |
There was no input in #872 for some time, so I decided to create another PR with improved solution.