design: семантика ошибок по боевой теме forbion

Живой мобильный CSS сервера (themes/forbion, _base.css) — теперь источник
истины (решение владельца «копировать один в один»): Error #D74642,
ErrorText #D42722, ErrorBg #FFE2E2. Базовый Red #FF7A66 брендбука
сохранён для тегов.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
b-dev-mobile
2026-07-09 18:45:12 +00:00
parent 2758d07e47
commit e5bbf0e123
@@ -42,9 +42,11 @@ object F7Colors {
val SecondaryButtonBg = Color(0xFFFDFDFD) val SecondaryButtonBg = Color(0xFFFDFDFD)
val SecondaryButtonBorder = Grey3 val SecondaryButtonBorder = Grey3
// Дизайн-красный #FF7A66 (был #D74642 — расходился с макетом) // Семантика ошибок — по боевой теме forbion (_base.css: --color-element-error /
val Error = Red // --color-text-error / --color-error); базовый Red #FF7A66 из брендбука остаётся для тегов.
val ErrorBg = Red10 val Error = Color(0xFFD74642)
val ErrorText = Color(0xFFD42722)
val ErrorBg = Color(0xFFFFE2E2)
val StatusNew = Color(0xFF2B9AB6) val StatusNew = Color(0xFF2B9AB6)
val StatusProgress = Color(0xFF70B62B) val StatusProgress = Color(0xFF70B62B)