Skip to content

[Bug]: SingleChoiceComboBox uses the wrong border-radius during rebranding #2199

Description

@soulcramer

Outcome

SingleChoiceComboBox applies the correct rebranded corner radius and matches the design-system shape tokens.

Problem

The rebranding shape tokens are not applied correctly in SingleChoiceComboBox; the component retains its old corner radius instead of the new one. Confirmed by a maintainer in #lbc-spark-android on 2026-06-25; a fix was planned in Spark but no PR or version was cited.

Context

The component likely hard-codes or falls back to a pre-rebrand shape value rather than consuming the current shape token.

Scope

  • Update SingleChoiceComboBox to consume the correct rebranded shape token for its corner radius.

Acceptance criteria

  • SingleChoiceComboBox renders with the corner radius defined by the current rebranding shape tokens.
  • A screenshot test covers the rebranded shape and fails if the radius regresses.

Evidence

Metadata

Metadata

Assignees

No one assigned

    Labels

    LLMMainly built by a LLMbugBug to fixcomponentRelated to a componentpriority:MEDIUMImportant but not blocking

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions