diff --git a/docs/configuration/categories/index.md b/docs/configuration/categories/index.md index e6f1178..dbd16b6 100644 --- a/docs/configuration/categories/index.md +++ b/docs/configuration/categories/index.md @@ -69,6 +69,22 @@ This will be shown on panel select menus. Ticket channels will be created under this Discord category. The default option when creating a new ticket category is to create a new Discord category with the ticket category's name. +### Button style + + +:material-factory: Default: `#!yaml Secondary` + + +Discord button style. This is visible to users on buttons in panels: + +![Screenshot](/img/category-button-styles.png) + +Possible choices: +- Primary (blue) +- Secondary (grey) +- Danger (red) +- Success (green) + ### Emoji diff --git a/docs/img/category-button-styles.png b/docs/img/category-button-styles.png new file mode 100644 index 0000000..9b3fb1c Binary files /dev/null and b/docs/img/category-button-styles.png differ