92da8b2013b5ec3b8208134e338eba5b1608db37
Previous commit applied the pill/center fixes to the wrong textbox (goodbye composer). Reverted that and applied to the actual chat message input bar. - Container bg: HaloTokens.bg → HaloTokens.surface. The pill now sits on white against the cream page (HaloTokens.bg) so the outline reads as a proper pill, not a faint shadow. Border color unchanged (HaloTokens.border, the previous "shadow" tone). - TextField wrapped in Center widget. textAlignVertical:center + isCollapsed:true alone don't center the field against the parent 44dp container height — they only center within the field's own intrinsic line-box, which then docks top of the parent. Center delegates vertical placement to the container's stack, so the hint lands on the vertical midline. textAlignVertical removed (Center now owns alignment). Goodbye composer (Pesan Penutup) restored to its prior styling. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Description
No description provided
Languages
JavaScript
48.9%
Dart
45.7%
C++
1.4%
CMake
1.1%
HTML
0.9%
Other
1.9%