hello rgba is converted and 0% is merged with the color ``` .foo { background: radial-gradient(circle, rgba(17,166,230,1) 0%, rgba(0,7,255,1) 98%); } ``` export const foo = style({ background: "radial-gradient(circle,#11a6e60%,#0007ff98%)", });