Now AutoLinkText has no argument to set the text color, so if you want to set the default text color, you must use TextStyle to do so.
However, this Style takes precedence over TextRule.style, so the color of links, etc. will be consistent. Could you prevent this and still set the default text color?
Now
AutoLinkText
has no argument to set the text color, so if you want to set the default text color, you must use TextStyle to do so.However, this Style takes precedence over
TextRule.style
, so the color of links, etc. will be consistent. Could you prevent this and still set the default text color?↓ Current workaround (not smart :( )