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

fix(VBtn): apply center ripple when using the icon prop #19577

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

johnleider
Copy link
Member

fixes #17376

<template>
  <v-app>
    <div class="ma-4 pa-4">
      <v-btn>asdf</v-btn>
      <v-btn icon="$vuetify" />
    </div>
  </v-app>
</template>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VBtn VBtn D: ripple T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug Report][3.2.4] The ripple effect of a button with only an icon should come from the center
1 participant