API Docs / Schemas / ButtonStyleDto

ButtonStyleDto

Button styling configuration for a design theme.
All properties are nullable - when null, buttons fall back to theme PrimaryColor/SecondaryColor defaults.

Properties

Name Type Description
backgroundColorstring

Button background color in hex format (e.g., "#1E88E5")

Button background color in hex format (e.g., "#1E88E5")

textColorstring

Button text color in hex format (e.g., "#FFFFFF")

Button text color in hex format (e.g., "#FFFFFF")

hoverBackgroundColorstring

Button hover background color in hex format

Button hover background color in hex format

hoverTextColorstring

Button hover text color in hex format

Button hover text color in hex format

JSON Example

{
  "backgroundColor": "string",
  "textColor": "string",
  "hoverBackgroundColor": "string",
  "hoverTextColor": "string"
}

Contained in Schemas