const styles = {
  transparentBg: {
    background: "transparent"
  }
};

module.exports = styles;