backgroundColor: hex2rgba()

in src/theme.js [433:446]


      backgroundColor: hex2rgba('#ffe564', 0.3),
      borderRightColor: colors.note,
      borderRightWidth: 9,
      borderRightStyle: 'solid',
      padding: '20px 26px 20px 45px',
      marginBottom: 30,
      marginTop: 20,
      marginLeft: -30,
      marginRight: -30,

      [media.lessThan('small')]: {
        marginLeft: -20,
        marginRight: -20,
      },