Skip to content

Commit

Permalink
feat: add role colorScheme.indicator.on
Browse files Browse the repository at this point in the history
update colorScheme.indicator.pressed values
  • Loading branch information
wmui51 committed Sep 16, 2020
1 parent d9747b0 commit 72e464d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/theme-data/src/baseTheme/system/colorScheme.js
Expand Up @@ -111,7 +111,8 @@ export default {
"indicator.default": { type: COLOR },
"indicator.hover": { type: COLOR },
"indicator.focus": { type: COLOR },
"indicator.pressed": {
"indicator.pressed": { type: COLOR },
"indicator.on": {
value: {
ref: "colorScheme.reference.accent"
},
Expand Down
Expand Up @@ -345,6 +345,9 @@ export default {
alpha: 0.75
}
},
"indicator.pressed": {
value: "#d0d2d7"
},
"status.error": {
value: {
ref: "basics.colors.secondary.red.500"
Expand Down
Expand Up @@ -197,5 +197,10 @@ export default {
value: {
ref: "basics.colors.primary.charcoal.200"
}
},
"indicator.pressed": {
value: {
ref: "basics.colors.surface.lightGray.300"
}
}
};
Expand Up @@ -343,5 +343,10 @@ export default {
value: {
ref: "basics.colors.primary.charcoal.700"
}
},
"indicator.pressed": {
value: {
ref: "basics.colors.primary.charcoal.900"
}
}
};

0 comments on commit 72e464d

Please sign in to comment.