We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ae05b commit 425daa4Copy full SHA for 425daa4
README.md
@@ -178,6 +178,8 @@ return (
178
179
#### `tagColorScheme`
180
181
+> [!NOTE]
182
+>
183
> Renamed from `colorScheme` in
184
> [`v5.0.0`](https://github.com/csandman/chakra-react-select/releases/tag/v5.0.0)
185
demo/src/theme/index.ts
@@ -7,6 +7,8 @@ const tagTheme = tagHelpers.defineMultiStyleConfig({
7
defaultProps: {
8
// Note: Uncomment this to show the solid variant as the default
9
// variant: "solid",
10
+ // Note: Uncomment this to use "blue" as the default colorScheme
11
+ // colorScheme: "blue",
12
},
13
});
14
0 commit comments