listpage-next 0.0.225 → 0.0.226

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -54,8 +54,8 @@ const ConversationDropdownMenu = (props)=>{
54
54
  };
55
55
  const DefaultPanelContainer = styled_components.div`
56
56
  padding: 12px 24px;
57
- background: '#eee';
58
- color: '#000';
57
+ background: #fff;
58
+ color: rgba(0,0,0,0.88);
59
59
  border-radius: 8px;
60
60
  min-height: 100px;
61
61
  min-width: 200px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "listpage-next",
3
- "version": "0.0.225",
3
+ "version": "0.0.226",
4
4
  "description": "A React component library for creating filter forms with Ant Design",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",