ClerkDesign

data class ClerkDesign(val borderRadius: Dp = 8.dp, val logoMaxHeight: Dp = 44.dp)

Represents the design configuration for Clerk UI components.

Constructors

Link copied to clipboard
constructor(borderRadius: Dp = 8.dp, logoMaxHeight: Dp = 44.dp)

Properties

Link copied to clipboard

The corner radius for the design elements.

Link copied to clipboard

The maximum height of the application logo shown on authentication screens. The logo maintains its aspect ratio within this height.