Skip to main content

New simple theme for easier customization

Category
Product
Published

A minimal theme with stripped-down styling that provides a clean foundation for custom designs.

You can now opt into a simpler theme for customizing Clerk components. This theme is a stripped down version of the default Clerk theme that removes advanced styling techniques, making it easier to apply your own custom styles without complex overrides.

To use the simple theme, set theme to simple:

<ClerkProvider
  appearance={{
    theme: 'simple',
  }}
/>

To learn more about themes and how to customize Clerk components, check out our theme documentation.

Contributor
Alex Carpenter

Share this article