Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
{ style: { background: '#90A4AE', color: 'white' } },
_react2.default.createElement(
_chip.ChipText,
null,
_react2.default.createElement(
_typography.Typography,
{
use: 'caption'
},
item.label
)
)
)
),
_react2.default.createElement(
_fab.Fab,
{ mini: true },
'star'
),
_react2.default.createElement(
_typography.Typography,
{
use: 'title',
style: { marginLeft: 5 }
},
item.xp
)
)
),
_react2.default.createElement(
_card.CardActions,
{ style: { justifyContent: 'center', marginBottom: '1rem' } },