Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

122
Views
Styling stripe p24 element for mobile in Next/React

Has anyone tried to style p24 element on mobile? When I apply styles via options prop those are being applied to the dropdown on desktops only, when I open the dropdown on mobile it looks like pure html.

this is my component

export const P24Component = () => {
  return (
    <section className="w-full">
      <P24BankElement
        className="w-full p-3 shadow-sm bg-transparent border border-b-purple border-l-purple relative z-10"
        options={{
          iconStyle: "solid",
          classes: { focus: "bg-purple" },
          style: {
            base: {
              padding: "12px",
              fontFamily: "Anonymous Pro, sans-serif",
              fontSize: "16px",
              fontSmoothing: "antialiased",
              backgroundColor: "#E1EDED",
            },
          },
        }}
      />
    </section>
  );
};

Thanks

about 4 years ago · Santiago Gelvez
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!