diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-19 00:00:43 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-19 00:00:43 +0200 |
| commit | f0bbb75df50eb7df91cbb172f2b1ff4a5a4d5310 (patch) | |
| tree | 5fc55101c297c1aadc2851752f519f7c9dd4aeb8 /src/components/icon.style.js | |
| parent | 13a289ac74206ada74c329b721584b810ef1b9ef (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.js | 2 |
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' } } |
