UNPKG

@clerk/themes

Version:

Themes for the Clerk auth components

16 lines (15 loc) 391 B
import { experimental_createTheme } from "../createTheme"; import { dark } from "./dark"; const shadesOfPurple = experimental_createTheme({ baseTheme: dark, variables: { colorBackground: "#3f3c77", colorPrimary: "#f8d80d", colorPrimaryForeground: "#38375f", colorInputForeground: "#a1fdfe", colorShimmer: "rgba(161,253,254,0.36)" } }); export { shadesOfPurple };