If I have §g§r the text should be big and if §s§r small but if both are in the same line it doesn't show the sizes how do i fix this?
form.button("§g§r§cHI")
form.button("§s§r§cHI")
for (let seed of seeds) {
form.button({ rawtext: [
{ text: `§g§r§f${seed.name}\n` },
{ text: `§s§r§8x${seed.stock} Stock\n` },
{ text: `§g§r§a${seed.stock != 0 ? seed.price : "§cNO STOCK"}` }]
}, seed.texture)
}