Commit a0f966fc by Denglingling

修改列表颜色

parent 11e424ea
...@@ -238,14 +238,15 @@ const styles = StyleSheet.create({ ...@@ -238,14 +238,15 @@ const styles = StyleSheet.create({
thr_ot: { thr_ot: {
fontFamily: font_family_medium, fontFamily: font_family_medium,
fontSize: second_text_size, fontSize: second_text_size,
// color: 'rgba(0, 0, 0, 0.87)' color: 'rgba(0, 0, 0, 0.87)',
color: text_default_color, // color: text_default_color,
paddingBottom: 4 paddingBottom: 4
}, },
te_ot_str: { te_ot_str: {
fontFamily: font_family_semibold, fontFamily: font_family_semibold,
// color: 'rgba(58, 58, 58, 100)' // color: 'rgba(58, 58, 58, 100)'
color: text_return_color color: text_default_color
// color: text_return_color
}, },
te_ot_one:{ te_ot_one:{
color: first_text_color 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