Themes
Clerk currently offers four pre-built themes that can be exported from @clerk/themes
:
Default theme
Applied by default when no other theme is provided.
Dark theme
import {dark} from "@clerk/themes";
Shades of purple theme
import {shadesOfPurple} from "@clerk/themes";
Neobrutalism theme
import {neobrutalism} from "@clerk/themes";