You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can override CSS variables to customize the appearance
140
140
141
141
```css
142
-
.multi-select {
142
+
.rmsc {
143
143
--rmsc-main: #4285f4;
144
144
--rmsc-hover: #f1f3f5;
145
145
--rmsc-selected: #e2e6ea;
@@ -154,6 +154,10 @@ You can override CSS variables to customize the appearance
154
154
155
155
> use `!important` if CSS variables are not getting applied
156
156
157
+
## Changelog
158
+
159
+
For every major or minor release changelog/migration-guide will be available in [releases](https://github.com/harshzalavadiya/react-multi-select-component/releases)
160
+
157
161
## 🤠 Credits
158
162
159
163
- This project gets inspiration and several pieces of logical code from [react-multiple-select](https://github.com/Khan/react-multi-select/)
0 commit comments