Commit a0f966fc by Denglingling

修改列表颜色

parent 11e424ea
......@@ -238,14 +238,15 @@ const styles = StyleSheet.create({
thr_ot: {
fontFamily: font_family_medium,
fontSize: second_text_size,
// color: 'rgba(0, 0, 0, 0.87)'
color: text_default_color,
color: 'rgba(0, 0, 0, 0.87)',
// color: text_default_color,
paddingBottom: 4
},
te_ot_str: {
fontFamily: font_family_semibold,
// color: 'rgba(58, 58, 58, 100)'
color: text_return_color
color: text_default_color
// color: text_return_color
},
te_ot_one:{
color: first_text_color
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment