From 93d4f5c920624dcd1d21dde0504af10650d9d087 Mon Sep 17 00:00:00 2001 From: laylaleeal <63257116+laylaleeal@users.noreply.github.com> Date: Thu, 27 Jul 2023 11:50:58 -0700 Subject: [PATCH] Docs: Switch replacing images on the iOS doc (#3109) --- docs/markdown/ios/switch.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/markdown/ios/switch.md b/docs/markdown/ios/switch.md index ad44130856..7c5bd7309a 100644 --- a/docs/markdown/ios/switch.md +++ b/docs/markdown/ios/switch.md @@ -30,7 +30,7 @@ fullwidth: true - + Truncate label text. Instead, allow it to wrap to form another line. @@ -44,7 +44,7 @@ fullwidth: true - + Use checkboxes or radio buttons to replace the functionality of a switch. If the functionality is a binary on or off, use Switch instead.