Skip to content

Commit

Permalink
Update prop description
Browse files Browse the repository at this point in the history
  • Loading branch information
jzempel committed Dec 20, 2024
1 parent 4d55e11 commit 41addfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/theming/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ export interface IColorSchemeContext {
export interface IColorSchemeProviderProps {
/**
* Sets the initial color scheme and provides `localStorage` persistence (see
* the `useColorScheme` hook). Once a user's preference is stored, it will be
* used as the default.
* the `useColorScheme` hook). A user's stored preference overrides this
* value.
*/
initialColorScheme?: ColorScheme;
/**
Expand Down

0 comments on commit 41addfc

Please sign in to comment.