From 56fb5227460bdadc67b06dd41e5607d9dbcf1115 Mon Sep 17 00:00:00 2001 From: Leo Borcherding Date: Mon, 27 Jul 2026 12:39:46 -0500 Subject: [PATCH] Studio voice-tab: use text-ui-* tokens instead of raw px sizes (#7378) The STT model list used text-[9px] and text-[10px], which ignore the UI font-size preference and fail the test_no_raw_pixel_text_utilities contract. Swap them for the scale-aware text-ui-9 / text-ui-10 tokens.