it('should resolve theme values', () => {
    const themeMapping = {
      color: (t) => t.colors,
      backgroundColor: (t) => t.colors,
      fontFamily: (t) => t.fonts,