don't use no-auto for icons for now

This commit is contained in:
Henry Jameson 2024-02-07 16:17:53 +02:00
parent 85d55c55e7
commit 1229bbd855
1 changed files with 2 additions and 2 deletions

View File

@ -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'
} }
} }
] ]