Skip to main content

Style

info

Please note that this content is under development and is not ready for implementation. This status message will be updated as content development progresses.

Description

The Style object allows for custom styling options for the overall system, individual mock apps and general features.

Example

{
"primaryColor": "rgb(255, 207, 7)",
"secondaryColor": "black",
"tertiaryColor": "black"
}

Definitions

PropertyRequiredDescriptionType
primaryColorNoThe main colour used throughout the system, like the header and buttons.String
secondaryColorNoA complementary colour used for secondary elements or accents.String
tertiaryColorNoAn additional colour used for tertiary elements or further accent purposes. (Text colour)String

Colors can be specified using various formats, including RGB values and hex codes.