Shopify Hover эффект

var styles = {
  button: {
    'color': 'red',
    ':hover': {
      'color': 'orange'
    }
  }
}
Dev Tahsin