Skip to content

Commit 425daa4

Browse files
committed
A couple more small changes
1 parent c0ae05b commit 425daa4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ return (
178178

179179
#### `tagColorScheme`
180180

181+
> [!NOTE]
182+
>
181183
> Renamed from `colorScheme` in
182184
> [`v5.0.0`](https://github.com/csandman/chakra-react-select/releases/tag/v5.0.0)
183185

demo/src/theme/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ const tagTheme = tagHelpers.defineMultiStyleConfig({
77
defaultProps: {
88
// Note: Uncomment this to show the solid variant as the default
99
// variant: "solid",
10+
// Note: Uncomment this to use "blue" as the default colorScheme
11+
// colorScheme: "blue",
1012
},
1113
});
1214

0 commit comments

Comments
 (0)