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',
|
||||
directives: {
|
||||
textColor: '--text',
|
||||
// textAuto: 'no-auto', // doesn't work well with mixrgb?
|
||||
textOpacity: 0.5,
|
||||
textOpacityMode: 'mixrgb',
|
||||
textAuto: 'no-auto'
|
||||
textOpacityMode: 'mixrgb'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue