Skip to content

Commit ee146d9

Browse files
authored
[FURN Tester] Fix HC ratio for button text (#3267)
* fix HC on button text * Change files
1 parent 1f29ae0 commit ee146d9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

apps/fluent-tester/src/TestComponents/Button/ButtonHOCTestSection.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { TextV1 as Text } from '@fluentui-react-native/text';
99
import { svgProps } from '../Common/iconExamples';
1010
import { commonTestStyles, stackStyle } from '../Common/styles';
1111

12-
const CustomText = Text.customize({ fontSize: 'header', color: 'hotpink' });
12+
const CustomText = Text.customize({ fontSize: 'header', color: '#ad0258' });
1313
const CustomButton = Button.customize({ backgroundColor: 'pink' });
1414
const CustomIconButton = Button.customize({ iconColor: 'yellow' });
1515
const ComposedButton = Button.compose({
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix HC on button text",
4+
"packageName": "@fluentui-react-native/tester",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

0 commit comments

Comments
 (0)