发布

  • [OPIK-5792] [FE] fix: Playground UI regressions (#6527)

    frostbyte_neo 发布于 2026-04-28 14:44:35 +00:00

    Three small styling fixes to the v2 Playground:

    • Halve dark-mode opacity (50% -> 25%) on the keyboard-shortcut chip default variant so the white glyphs read against the primary Run button. Switch raw hex tokens to bg-white/N to match the ghostInverted Button pattern.
    • Align the "Experiment results" label with the first table column header. The table's first <th> overrides the inner HeaderWrapper's px-3 with pl-5 (20px); add pl-2 to the gray-bar wrapper so the inner Button (size="sm" -> px-3) and span (pl-3) both land at 20px.
    • In DataTablePagination's minimal variant, switch the page-size trigger to variant="ghost" and hide the chevron icon, leaving a clean borderless number.

    Co-authored-by: Claude Opus 4.7 noreply@anthropic.com

    下载附件