Next.js Discord

Discord Forum

Rounded class on image component bug?

Unanswered
Champagne D’Argent posted this in #help-forum
Open in Discord
Champagne D’ArgentOP
Any idea why rounded-2xl does not work on an Nextjs Image component but rounded-full does?
        <div className="p-6 md:p-6 bg-[#F8FE21] h-screen w-full relative overflow-hidden">
          <Image
            src={girlSmiling}
            alt="girl smiling"
            fill
            sizes="100vw"
            className="object-cover p-6 rounded-2xl"
          />

1 Reply

Saltwater Crocodile
is it still rendered or there is bug warning?