Skip to content

List.Item height #914

@agat

Description

@agat

Environment

Latest stable version of paper.

Description

Based on Material Design specs list item height must be:

  • With title: 48px
  • With title and icon: 56px
  • With title and description: 72px

https://material.io/design/components/lists.html#specs

But now List.Item component height are:

  • With title: 54px
  • With title and icon: 72px
  • With title and description: 72px

Reproducible Demo

<List.Item
    title="Trello"
    left={props => <List.Icon icon="folder" />}
    description="Project 1, Project 2"
/>
<List.Item
    title="Trello"
    left={props => <List.Icon icon="folder" />}
/>
<List.Item
    title="Trello"
/>

Android Emulator - Pixel_API_25:5554 2019-03-12 13-44-04

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions