Skip to content

Commit b2ef0ff

Browse files
authored
office-ui-fabric-react/lib/Color in CS code
1 parent 2ed3493 commit b2ef0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/extensions/guidance/using-custom-dialogs-with-spfx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ To associate the custom dialog box with your custom ListView Command Set, add th
199199

200200
```typescript
201201
import ColorPickerDialog from './ColorPickerDialog';
202-
import { IColor } from 'office-ui-fabric-react';
202+
import { IColor } from 'office-ui-fabric-react/lib/Color';
203203
```
204204

205205
3. Add the following `_colorCode` variable definition above the `onInit` function in the `DialogDemoCommandSet` class. This is used to store the color picker dialog box result.

0 commit comments

Comments
 (0)