Fix Theme Overall design in New Arch, check for reference: <img width="930" height="653" alt="image" src="https://github.com/user-attachments/assets/509db18d-66e5-4198-a348-f13b68e63642" /> This is the flow currently. The bug is in the useTheme which is set as default but should be as per the themecontext <img width="488" height="467" alt="image" src="https://github.com/user-attachments/assets/44623e80-fc31-4782-87be-62be295d5a92" /> ans useTheme is used in 70+ code files already: <img width="419" height="959" alt="image" src="https://github.com/user-attachments/assets/bd33100f-c6e8-45d2-bc63-af75f048181b" /> Also some places PlatformColor is used https://github.com/search?q=repo%3Amicrosoft%2Freact-native-gallery+platformcolor&type=code refer https://github.com/microsoft/react-native-windows/blob/d9bd9b2d9125dca833c7b1268f4f0497e95c79a3/vnext/Microsoft.ReactNative/Fabric/Composition/Theme.cpp#L242 All code in theme should follow PlatformColor not hardcoded strings in js <img width="1081" height="677" alt="Image" src="https://github.com/user-attachments/assets/e8874343-555f-4e30-807e-a259f2226edd" /> especially in these files: https://github.com/microsoft/react-native-gallery/blob/main/NewArch/src/themes/LightTheme.tsx https://github.com/microsoft/react-native-gallery/blob/main/NewArch/src/themes/DarkTheme.tsx https://github.com/microsoft/react-native-gallery/blob/main/NewArch/src/themes/HighContrastTheme.tsx