style(chips): Reducir radio chips para consistencia con botones
Z-Design V2: Chips de filtro con corner_radius: 4 (igual que botones) en lugar de 11 (pill-like). Esto hace que chips y botones tengan el mismo lenguaje visual. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
6eae44dcfd
commit
0e913cda55
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ pub fn drawFilterBar(
|
|||
const chip_h: u32 = 22;
|
||||
const chip_padding: i32 = 10;
|
||||
const chip_spacing: i32 = 6;
|
||||
const chip_radius: u8 = 11;
|
||||
const chip_radius: u8 = 4; // Z-Design V2: consistente con botones
|
||||
const clear_btn_w: u32 = 22;
|
||||
|
||||
// Background
|
||||
|
|
|
|||
Loading…
Reference in a new issue