1import useColors from './useColors'; 2 3export default function useTextColor() { 4 const colors = useColors(); 5 return colors.text; 6} 7