Skip to content

Commit

Permalink
Merge pull request #6 from BouyguesTelecom/fix/icon/color/input
Browse files Browse the repository at this point in the history
🐛  Fix Icon color on input
  • Loading branch information
JulienMora authored Apr 9, 2024
2 parents ebe9648 + eeb1aa4 commit eb16b4e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trilogy-ds/assets",
"version": "0.0.1-beta.7",
"version": "0.0.1-beta.8",
"description": "Trilogy assets include all Open Source Fonts & Icons",
"author": "Bouygues Telecom",
"type": "module",
Expand Down
8 changes: 6 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trilogy-ds/react",
"version": "0.0.1-beta.7",
"version": "0.0.1-beta.8",
"type": "module",
"author": "Bouygues Telecom",
"files": [
Expand Down Expand Up @@ -31,5 +31,9 @@
"@trilogy-ds/styles": "*",
"@ptomasroos/react-native-multi-slider": "^2.2.2",
"react-native-gesture-handler": "^2.16.0"
}
},
"keywords": [
"react",
"design system"
]
}
2 changes: 1 addition & 1 deletion packages/react/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = "0.0.1-beta.7"
export const version = "0.0.1-beta.8"
4 changes: 2 additions & 2 deletions packages/styles/framework/src/elements/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ $label-weight: $weight-bold;
.select {
&:focus {
& ~ .icon {
color: getColor('grey');
color: getColor('font');
}
}

Expand All @@ -208,7 +208,7 @@ $label-weight: $weight-bold;
}

.icon {
color: getColor('grey-light');
color: getColor('font');
position: absolute;
top: 0;
height: 100%;
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trilogy-ds/styles",
"version": "0.0.1-beta.7",
"version": "0.0.1-beta.8",
"author": "Bouygues Telecom",
"license": "UNLICENSED",
"files": [
Expand Down

0 comments on commit eb16b4e

Please sign in to comment.