@@ -33,8 +33,8 @@ const renderBadge = (count, active = false) => {
style={{
marginTop: -2,
marginLeft: 4,
- color: active ? '#1890FF' : '#999',
- backgroundColor: active ? '#E6F7FF' : '#eee'
+ color: '#531dab',
+ backgroundColor: '#f9f0ff'
}}
/>
) : null