Skip to content

🐛 Fix dark mode token#1189

Merged
mariush2 merged 3 commits into
mainfrom
fix/dark-mode-progress
Nov 27, 2025
Merged

🐛 Fix dark mode token#1189
mariush2 merged 3 commits into
mainfrom
fix/dark-mode-progress

Conversation

@mariush2
Copy link
Copy Markdown
Contributor


  • Needs to be tested locally by reviewer

Description

Fixing light mode token having wrong definition

Copilot AI review requested due to automatic review settings November 27, 2025 07:41
@mariush2 mariush2 requested a review from a team as a code owner November 27, 2025 07:41
@mariush2 mariush2 requested a review from aslakihle November 27, 2025 07:41
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a naming inconsistency in the light mode token definitions. The token --eds_interactive__icon_on_interactive_colors was incorrectly referencing --eds_text__static_icons__default when it should have been referencing the white color token for icons on interactive elements.

  • Changed the reference for --eds_interactive__icon_on_interactive_colors to point to the correct token
  • Bumped the package version from 10.5.1 to 10.6.0

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/atoms/style/lightTokens.ts Updated the token reference for --eds_interactive__icon_on_interactive_colors to use the correct white icon token
package.json Bumped minor version to reflect the token fix

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

Comment thread src/atoms/style/lightTokens.ts Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings November 27, 2025 07:46
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Nov 27, 2025

Coverage Report

Status Category Percentage Covered / Total
🔴 Lines 99.62% (🎯 100%) 16273 / 16334
🔴 Statements 99.62% (🎯 100%) 16273 / 16334
🔴 Functions 99.65% (🎯 100%) 1167 / 1171
🔴 Branches 99.67% (🎯 100%) 4009 / 4022
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
src/atoms/style/lightTokens.ts 100% 100% 100% 100%
Generated in workflow #1961 for commit 8f0ecdb by the Vitest Coverage Report Action

Copy link
Copy Markdown
Contributor

@aslakihle aslakihle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😎

@mariush2 mariush2 merged commit e7a1d2a into main Nov 27, 2025
16 of 17 checks passed
@mariush2 mariush2 deleted the fix/dark-mode-progress branch November 27, 2025 08:01
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.

3 participants