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 && ( )} 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" +}