From 9d6cdb7e803d55ee717fb12d16f8b489b105c215 Mon Sep 17 00:00:00 2001 From: Jackson <66342920+Jack-Jackk@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:15:04 -0400 Subject: [PATCH] Update introduction.md to fix visibility on iOS snack player. Adding set background color to the style so that the code is visible on iOS snack player. --- website/versioned_docs/version-0.79/introduction.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/versioned_docs/version-0.79/introduction.md b/website/versioned_docs/version-0.79/introduction.md index cd807674a16..1bb0f1dce15 100644 --- a/website/versioned_docs/version-0.79/introduction.md +++ b/website/versioned_docs/version-0.79/introduction.md @@ -38,6 +38,7 @@ const YourApp = () => { flex: 1, justifyContent: 'center', alignItems: 'center', + backgroundColor: "white", }}> Try editing me! 🎉