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

[Bug Report][3.6.13] ripple custom color is not applied in VBtn #20189

Labels
C: VBtn VBtn T: bug Functionality that does not work as intended/expected
Milestone

Comments

@EvgenyWas
Copy link
Contributor

Environment

Vuetify Version: 3.6.13
Last working version: 3.5.15
Vue Version: 3.4.32
Browsers: Chrome 126.0.0.0
OS: Windows 10

Steps to reproduce

Apply "{ class: 'text-red' }" value to Ripple prop for a VBtn.

Expected Behavior

The color is applied to Ripple according to the set class of the Ripple prop.

Actual Behavior

The color is not applied to Ripple.

Reproduction Link

https://play.vuetifyjs.com/#...

Other comments

This feature was broken in this PR #19577 in v3.5.16.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment