borderRadius? | string | Border radius for inputs and form surfaces. |
colorBackground? | string | Main form background color. |
colorBorder? | string | Border color for controls and dividers. |
colorDisabledBackground? | string | Disabled control background. |
colorDisabledText? | string | Disabled text color. |
colorError? | string | Error text and border color. |
colorFocus? | string | Focus border/shadow color. |
colorHover? | string | Hover background for interactive controls. |
colorPlaceholder? | string | Placeholder text color. |
colorPrimary? | string | Primary accent color used for focused controls and loading indicators. |
colorSurface? | string | Field/control surface color. |
colorText? | string | Primary text color. |
colorTextSecondary? | string | Secondary text and description color. |
controlFontSize? | string | Control font size. |
controlHeight? | string | Control height. |
fieldGap? | string | Field row gap. |
labelFontSize? | string | Label font size. |
shadow? | string | Box shadow used by framed form surfaces. |
spacing? | string | Base spacing unit. |
transition? | string | Transition duration/easing for controls. |