styling reference selector item text in native app doesnt work

0
im trying reducing the size of font in reference  selector in native , i tried this code below with no luck export const dropDownLand ={   value:{     borderWidth:0,     paddingLeft:0,     color:"#5f5f5f",     paddingBottom:5,        fontSize:10,   },   item:{     fontSize:10,     color:"red"   },   selectedItem:{     fontSize:10,     color:"red"   },   label:{     fontSize:10   },   container:{     borderBottomWidth:1,     borderBottomColor:'#CCC',   } }
asked
1 answers
0

Maybe this is for the same reason as Eric Tieniber gives in https://forum.mendix.com/link/questions/101909:

“ So, it’s possible you’re still seeing the older reference selector and drop-down widgets. To update, you’d either need to add useUniformDesign: true in your /theme/settings-native.json file or update Atlas UI ”

answered