From 8778d2f512801fc514f0cdd573921b50d86d05b5 Mon Sep 17 00:00:00 2001 From: Roy Fang Date: Thu, 21 Aug 2025 14:00:28 -0700 Subject: [PATCH 1/2] Swap chevron to balloon to avoid icon confusion --- .../Button/ButtonIconTestSection.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/fluent-tester/src/TestComponents/Button/ButtonIconTestSection.tsx b/apps/fluent-tester/src/TestComponents/Button/ButtonIconTestSection.tsx index 66735ed8b9..1c5a750955 100644 --- a/apps/fluent-tester/src/TestComponents/Button/ButtonIconTestSection.tsx +++ b/apps/fluent-tester/src/TestComponents/Button/ButtonIconTestSection.tsx @@ -8,7 +8,7 @@ import { testImage, svgProps, iconProps } from '../Common/iconExamples'; import { commonTestStyles, testContentRootViewStyle } from '../Common/styles'; const styles = StyleSheet.create({ - chevron: { paddingStart: 4 }, + balloon: { paddingStart: 4 }, }); export const ButtonIconTest: React.FunctionComponent = () => { @@ -20,9 +20,9 @@ export const ButtonIconTest: React.FunctionComponent = () => { const svgIconsEnabled = ['ios', 'macos', 'win32', 'android'].includes(Platform.OS as string); - const chevronXml = ` - - + const balloonXml = ` + + `; return ( @@ -61,9 +61,9 @@ export const ButtonIconTest: React.FunctionComponent = () => { {svgIconsEnabled && ( )} From 76538f6124f6e4827f9c8eb07bcb7272909bb667 Mon Sep 17 00:00:00 2001 From: Roy Fang Date: Thu, 21 Aug 2025 14:21:40 -0700 Subject: [PATCH 2/2] Change files --- ...native-tester-3a0dc7bc-77d3-441d-9410-56f8bc480e9b.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 change/@fluentui-react-native-tester-3a0dc7bc-77d3-441d-9410-56f8bc480e9b.json diff --git a/change/@fluentui-react-native-tester-3a0dc7bc-77d3-441d-9410-56f8bc480e9b.json b/change/@fluentui-react-native-tester-3a0dc7bc-77d3-441d-9410-56f8bc480e9b.json new file mode 100644 index 0000000000..2388173617 --- /dev/null +++ b/change/@fluentui-react-native-tester-3a0dc7bc-77d3-441d-9410-56f8bc480e9b.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "Swap chevron to balloon to avoid icon confusion", + "packageName": "@fluentui-react-native/tester", + "email": "rofang@microsoft.com", + "dependentChangeType": "patch" +}