Skip to content

fix(suite-native): align Switch colors and disabled styles with design system#26769

Open
PeKne wants to merge 1 commit intodevelopfrom
fix/suite-native-switch-ds-update
Open

fix(suite-native): align Switch colors and disabled styles with design system#26769
PeKne wants to merge 1 commit intodevelopfrom
fix/suite-native-switch-ds-update

Conversation

@PeKne
Copy link
Copy Markdown
Contributor

@PeKne PeKne commented Apr 16, 2026

Description

  • Remove border — no border present in any Figma variant
  • Knob color — hardcoded dark palette value → backgroundNeutralBoldInverted (white in both themes)
  • Track unchecked enabledbackgroundNeutralSubduediconSubdued
  • Track unchecked disablediconSubduedbackgroundNeutralSubdued (muted gray)
  • Track checked disabledbackgroundPrimaryDefaultbackgroundPrimarySubtleOnElevation1 (light teal)

Notes for QA

Check the Switch storybook for any suspicious/glitchy behaviour.

Related Issue

Closes #25007

🔍 Currents Test Results

🔍 Suite native android test results: View in Currents

…n system

- Remove border (not present in any Figma variant)
- Knob: hardcoded dark color → backgroundNeutralBoldInverted (white)
- Track unchecked enabled: backgroundNeutralSubdued → iconSubdued
- Track unchecked disabled: iconSubdued → backgroundNeutralSubdued
- Track checked disabled: backgroundPrimaryDefault → backgroundPrimarySubtleOnElevation1
@PeKne PeKne requested a review from a team as a code owner April 16, 2026 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Switch component - DS update

1 participant