Web Form 2.0 Public Documentation

Styling with aspect (deprecated)

🟨 Deprecated. aspect is the original (UI 2.0) styling model. New profiles should use theme instead — see Theme (the 2.1 UI look). This page documents aspect only so you can identify and migrate an existing profile.

aspect styles the legacy UI 2.0 and contains:

  • colorScheme - brand, secondary, and text (primary/secondary) colors.

  • text.fontFamily - the base font.

  • theme - a base-theme enum (e.g. DEFAULT, MOBILE_MINIMALISTIC).

Compared with theme, aspect has no dark mode, no per-variant typography, and no component-level styling.

Migrating off aspect: you cannot convert a profile in place - delete it and create a new theme-based profile. The full field-by-field mapping is in Switching from 2.0 to 2.1.