Guide to the properties panel in Shaper.
p-4
, and changing a text color might use a class like text-primary
(if “primary” is one of your token colors). You can see a breadcrumb of the element’s CSS classes or component name at the top of the panel, and even edit the class list directly if you’re comfortable. (Screenshot of the property panel highlighting layout, style, and typography controls goes here.)
Tip: Use design tokens (see next section) for styling whenever possible. Instead of picking arbitrary colors or pixel values, choose from your predefined token values in the Property Panel’s dropdowns. This ensures consistency and makes it easy to update styles across the whole project.