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
Property | Required | Description | Type |
---|---|---|---|
primaryColor | No | The main colour used throughout the system, like the header and buttons. | String |
secondaryColor | No | A complementary colour used for secondary elements or accents. | String |
tertiaryColor | No | An 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.