Mini Program tabBar mouse press does not release the style can be modified?

after Mini Program changed the style of tabBar, the background of holding down the mouse turned gray, which was very unfriendly, and there was no place to set the style in the official document. [note]: just like the style modification of a tag active in html

clipboard.png

Apr.01,2021

there are instructions on the document:
https://developers.weixin.qq.

wx.setTabBarStyle({
    color: '-sharpFF0000',
    selectedColor: '-sharp00FF00',
    backgroundColor: '-sharp0000FF',
    borderStyle: 'white'
})
Menu