Skip to content

Commit

Permalink
docs(methods): allow passing color key in web_app_set_background_color
Browse files Browse the repository at this point in the history
  • Loading branch information
heyqbnk committed Oct 1, 2024
1 parent b1c09bd commit c99d610
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/docs/platform/methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,9 @@ Available since: **v6.1**

Updates the Mini App [background color](theming.md#background-and-header-colors).

| Field | Type | Description |
|-------|----------|----------------------------------------------------|
| color | `string` | The Mini App background color in `#RRGGBB` format. |
| Field | Type | Description |
|-------|----------|--------------------------------------------------------------------------------------------------------------|
| color | `string` | The Mini App background color in `#RRGGBB` format, or one of the values: `bg_color` or `secondary_bg_color` |

### `web_app_set_bottom_bar_color`

Expand Down

0 comments on commit c99d610

Please sign in to comment.