mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
feat: add 'no color' option for button style customization
Adds a 'default' style option that removes color from buttons, showing Telegram's native default style. Updates type, UI chip, preview, and translations for all 4 locales.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import apiClient from './client';
|
||||
|
||||
export interface ButtonSectionConfig {
|
||||
style: 'primary' | 'success' | 'danger';
|
||||
style: 'primary' | 'success' | 'danger' | 'default';
|
||||
icon_custom_emoji_id: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user