Skip to content

Statistic size Prop doesn't work inside Statistic.Group #970

Closed
@L3V147H4N

Description

@L3V147H4N
<Statistic.Group widths="4">
  <Statistic size="mini" color="black" value={value} label="label" />
  <Statistic size="mini" color="red" value={value} label="label" />
  <Statistic size="mini" color="orange" value={value} label="label" />
  <Statistic size="mini" color="green" value={value} label="label" />
</Statistic.Group>

This should display 4 mini-sized statistics "in a row" but they are always regular size
Is there other way to specify the size?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions