Skip to content

Commit e7a1d2a

Browse files
mariush2Copilot
andauthored
🐛 Fix dark mode token (#1189)
* 🐛 Fix light mode token * 🔖 10.6.0 * Update src/atoms/style/lightTokens.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6fccfb2 commit e7a1d2a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@equinor/amplify-component-lib",
3-
"version": "10.5.1",
3+
"version": "10.6.0",
44
"description": "Frontend Typescript components for the Amplify team",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/atoms/style/lightTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export const lightTokens = css`
181181
);
182182
183183
--eds_interactive__icon_on_interactive_colors: var(
184-
--eds_text__static_icons__default
184+
--eds_text__static_icons__primary_white
185185
);
186186
187187
--eds_ui__chip__badge_color: var(--eds_text__static_icons__default);

0 commit comments

Comments
 (0)