From 2ca88a0069969bf115da6f0ea9f2fbbae9c9226c Mon Sep 17 00:00:00 2001 From: Anupriya Verma <54227869+anupriya13@users.noreply.github.com> Date: Wed, 9 Jul 2025 05:05:52 -0700 Subject: [PATCH] 'return': conversion from 'int' to 'uint8_t', possible loss of data in CSSHexColor (#52496) Summary: Resolves https://github.com/microsoft/react-native-windows/issues/14666 We faced this issue while integrating [0.79.0-nightly-20250220-41b597c73](https://github.com/microsoft/react-native-windows/pull/14662/files#top) This warning is treated as error and should be fixed here as well. ## Changelog: