mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-20 08:03:45 +08:00
[ai] Correct style built-in type documentation
Task: 2026/08/04/correct-style-builtin-type-docs
This commit is contained in:
@@ -546,7 +546,7 @@ primaryButton: MyButtonStyle(defaultButton) {
|
||||
- `pixels` - Pixel values with `px` suffix (e.g., `10px`)
|
||||
- `color` - Named colors from `ui/colors.palette`
|
||||
- `icon` - Inline icon definition: `icon{{ "path/stem", color }}`
|
||||
- `margins` - Four values: `margins(top, right, bottom, left)`
|
||||
- `margins` - Four values: `margins(left, top, right, bottom)`
|
||||
- `size` - Two values: `size(width, height)`
|
||||
- `point` - Two values: `point(x, y)`
|
||||
- `align` - Alignment: `align(center)`, `align(left)`
|
||||
|
||||
Reference in New Issue
Block a user