aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-02-07 16:17:53 +0200
committerHenry Jameson <me@hjkos.com>2024-02-07 16:17:53 +0200
commit1229bbd855108c03df060474a3bc50100782bf4f (patch)
tree2e5fc3852bed080fe69ef1f432b8ae350fdae203
parent85d55c55e76edfd7661b259d12618e71669ee2d2 (diff)
don't use no-auto for icons for now
-rw-r--r--src/components/icon.style.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/icon.style.js b/src/components/icon.style.js
index 67b8abb5..66c80882 100644
--- a/src/components/icon.style.js
+++ b/src/components/icon.style.js
@@ -7,9 +7,9 @@ export default {
component: 'Icon',
directives: {
textColor: '--text',
+ // textAuto: 'no-auto', // doesn't work well with mixrgb?
textOpacity: 0.5,
- textOpacityMode: 'mixrgb',
- textAuto: 'no-auto'
+ textOpacityMode: 'mixrgb'
}
}
]