more dynamic vars, PROPER ICON COLORS
This commit is contained in:
parent
1229bbd855
commit
a7d771e8c8
2 changed files with 55 additions and 40 deletions
|
|
@ -6,10 +6,8 @@ export default {
|
|||
{
|
||||
component: 'Icon',
|
||||
directives: {
|
||||
textColor: '--text',
|
||||
// textAuto: 'no-auto', // doesn't work well with mixrgb?
|
||||
textOpacity: 0.5,
|
||||
textOpacityMode: 'mixrgb'
|
||||
textColor: '$blend(--parent, 0.5, --parent--text)',
|
||||
textAuto: 'no-auto'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue