Skip to content

Commit

Permalink
chore: config provider: fix annotation typo (EightfoldAI#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkilgore-eightfold authored May 10, 2022
1 parent 80b4f9c commit e1fc3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ConfigProvider/ConfigProvider.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface ConfigProviderProps {
themeOptions?: ThemeOptions;
/**
* Options for keyboard modality styles
* @default { focusVisible: false, focusVisibleElement: document.documentElement }
* @default { focusVisible: true, focusVisibleElement: document.documentElement }
*/
focusVisibleOptions?: FocusVisibleOptions;
}

0 comments on commit e1fc3fb

Please sign in to comment.