don't use no-auto for icons for now
This commit is contained in:
parent
85d55c55e7
commit
1229bbd855
@ -7,9 +7,9 @@ export default {
|
|||||||
component: 'Icon',
|
component: 'Icon',
|
||||||
directives: {
|
directives: {
|
||||||
textColor: '--text',
|
textColor: '--text',
|
||||||
|
// textAuto: 'no-auto', // doesn't work well with mixrgb?
|
||||||
textOpacity: 0.5,
|
textOpacity: 0.5,
|
||||||
textOpacityMode: 'mixrgb',
|
textOpacityMode: 'mixrgb'
|
||||||
textAuto: 'no-auto'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user