Commit b48cec7d2aa0bd0fb32f6d5e4595c6afbd912442
Merge branch 'fix/DEFECT-1374' into 'main_dev'
fix: 修复自定义时间选择器预览时全部为白色,无法看到日期 See merge request yunteng/thingskit-view!84
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -19,7 +19,7 @@ export const option = { | @@ -19,7 +19,7 @@ export const option = { | ||
19 | textBackgroundColorAlpha: 1, | 19 | textBackgroundColorAlpha: 1, |
20 | iconColor: 'black', | 20 | iconColor: 'black', |
21 | //弹出下拉框 | 21 | //弹出下拉框 |
22 | - textSelectModalBackgroundColor: 'white', | 22 | + textSelectModalBackgroundColor: 'black', |
23 | textSelectModalTextColor: 'black' | 23 | textSelectModalTextColor: 'black' |
24 | }, | 24 | }, |
25 | //是否开启前一周 | 25 | //是否开启前一周 |