Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RN 端 Button 组件,在 hoverStyle 里面设置文本样式时,点击不能生效 #10173

Closed
iChengbo opened this issue Sep 2, 2021 · 0 comments · Fixed by #10218
Closed
Assignees
Labels
enhancement New feature or request T-rn Target - 编译到 React Native V-3 Version - 3.x

Comments

@iChengbo
Copy link
Collaborator

iChengbo commented Sep 2, 2021

这个特性解决了什么问题?

Button 组件,当在 hoverStyle 里面设置文本样式时,使之生效

这个 API 长什么样?

          <Button
            className='btn'
            plain
            type='primary'
            hoverStyle={{ backgroundColor: 'red', color: '#fff' }}
          >
            按钮
          </Button>
@taro-bot2 taro-bot2 bot added the enhancement New feature or request label Sep 2, 2021
@iChengbo iChengbo self-assigned this Sep 2, 2021
@iChengbo iChengbo added T-rn Target - 编译到 React Native V-3 Version - 3.x labels Sep 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request T-rn Target - 编译到 React Native V-3 Version - 3.x
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant