tasks
tasks copied to clipboard
Text color is not respected
Here is a MWE showing an unwanted setting of colors where the text color is not respected.
\documentclass{article}
\usepackage{tasks}
\usepackage{xcolor}
\pagecolor{gray}
\color{white}
\begin{document}
TEST
\begin{tasks}
\task TEST
\end{tasks}
\end{document}