grommet / grommet-index

UI and example server for searching, filtering, and displaying mass quantities of items.
Apache License 2.0
10 stars 16 forks source link

grommet index table showing wrong status icon when size property is set to small #58

Closed vaibhavbhargav closed 8 years ago

vaibhavbhargav commented 8 years ago

In grommet-index table, if we use status icon with 'size' property as small it shows different icon compared to the grommet status icon.

Expected Behavior

In case of small icon it should look similar to status icon rendered using grommet status component with size = 'small'

Actual Behavior

In grommet-index table, if we use status icon with 'size' property as small it shows different icon compared to the grommet status icon. if we use size 'small', status icon remain same with reduced height and width

URL, screen shot, or Codepen exhibiting the issue

http://codepen.io/vaibhavbhargav/pen/mAEJxY

Steps to Reproduce

  1. Pass an attribute which has status: true and size:'small'

    Your Environment