Commit b0951b2895d5f308f229ebebe6b583a62970b62d

Authored by fengwotao
1 parent a9eb1100

feat(packages/external): 优化自定义标签选择器分段默认背景色

... ... @@ -32,10 +32,10 @@ export const option = {
32 32 tabStyleOptions: {
33 33 textColor: 'green',
34 34 textActiveColor: 'black',
35   - textBackgroundColor: '#ffffff',
  35 + textBackgroundColor: '#FFFFFF',
36 36 tabBarColor: 'green',
37   - segmentBackgroundColor: 'grey',
38   - segmentActiveColor: 'white'
  37 + segmentBackgroundColor: '#F7F7FA',
  38 + segmentActiveColor: '#FFFFFF'
39 39 }
40 40 }
41 41
... ...