Skip to content

Commit

Permalink
fix: use correct input.value.highlight value
Browse files Browse the repository at this point in the history
  • Loading branch information
wmui51 committed Sep 16, 2020
1 parent 5d37d9c commit 825dd8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion packages/theme-data/src/baseTheme/components/input.js
Expand Up @@ -118,7 +118,7 @@ export default {
"input.value.highlightColor": {
type: COLOR,
value: {
ref: "basics.colors.primary.charcoal.600"
ref: "colorScheme.reference.accent"
},
transform: {
alpha: 0.2
Expand Down
Expand Up @@ -20,14 +20,6 @@ export default {
ref: "basics.colors.secondary.darkBlue.200"
}
},
"input.value.highlightColor": {
value: {
ref: "basics.colors.primary.autodeskBlue.400"
},
transform: {
alpha: 0.35
}
},
"input.box.pressed.borderBottomColor": {
transform: {
alpha: 0.75
Expand Down

0 comments on commit 825dd8d

Please sign in to comment.