diff options
Diffstat (limited to 'src/components/input.style.js')
| -rw-r--r-- | src/components/input.style.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/input.style.js b/src/components/input.style.js index fb89414a..e06dc7cb 100644 --- a/src/components/input.style.js +++ b/src/components/input.style.js @@ -60,7 +60,7 @@ export default { { state: ['disabled'], directives: { - background: '$blend(--inheritedBackground, 0.25, --parent)' + background: '--parent' } }, { |
