aboutsummaryrefslogtreecommitdiff
path: root/src/components/icon.style.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-02-19 00:00:43 +0200
committerHenry Jameson <me@hjkos.com>2024-02-19 00:00:43 +0200
commitf0bbb75df50eb7df91cbb172f2b1ff4a5a4d5310 (patch)
tree5fc55101c297c1aadc2851752f519f7c9dd4aeb8 /src/components/icon.style.js
parent13a289ac74206ada74c329b721584b810ef1b9ef (diff)
properly sort, properly do icon colors, some initial attachment buttons work
Diffstat (limited to 'src/components/icon.style.js')
-rw-r--r--src/components/icon.style.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/icon.style.js b/src/components/icon.style.js
index 81bbbce0..6cb9e4e3 100644
--- a/src/components/icon.style.js
+++ b/src/components/icon.style.js
@@ -6,7 +6,7 @@ export default {
{
component: 'Icon',
directives: {
- textColor: '$blend(--parent, 0.5, --parent--text)',
+ textColor: '$blend(--stack, 0.5, --parent--text)',
textAuto: 'no-auto'
}
}