Step2-03 exercise 'customize default button with a styles function'
Author: pstakashiCreated Dec 22, 2019Updated Dec 22, 2019
LabelsNeeds: Triage :mag:
Step2-03 exercise 'Customizing one Fabric control instance, 4. Try to customize this with a styles function' could not implement. Step02-3 demo TodoHeader.tsx 'TextField' could implement this, because styles property of TextField is IStyleFunctionOrObject type. But in Step2-03 exercise DefaultButton's styles property is IButtonStyles type, which cannnot use function.
Source: microsoft/frontend-bootcamp