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(VAvatar): add style for start, end props same as VIcon #19449

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

SonTT19
Copy link
Contributor

@SonTT19 SonTT19 commented Mar 22, 2024

Description

fixes #19349

Markup:

<template>
  <div>
    <div>
      <v-avatar color="blue-darken-2" start>
        <v-icon icon="mdi-alarm" />
      </v-avatar>
      Username
      <v-avatar color="blue-darken-2" end>
        <v-icon icon="mdi-alarm" />
      </v-avatar>
    </div>
    <div>
      <v-avatar color="blue-darken-2">
        <v-icon icon="mdi-alarm" />
      </v-avatar>
      Username
      <v-avatar color="blue-darken-2">
        <v-icon icon="mdi-alarm" />
      </v-avatar>
    </div>

    <div>
      <v-avatar color="blue-darken-2" end start>
        <v-icon icon="mdi-alarm" />
      </v-avatar>
      Username
      <v-avatar color="blue-darken-2" end start>
        <v-icon icon="mdi-alarm" />
      </v-avatar>
    </div>
  </div>
</template>

@johnleider johnleider added T: bug Functionality that does not work as intended/expected C: VAvatar labels Mar 26, 2024
@johnleider johnleider added this to the v3.5.x milestone Mar 26, 2024
@johnleider johnleider merged commit b3067be into master Mar 26, 2024
1 check passed
@johnleider johnleider deleted the fix/19349-v-avatar-start-end-props branch March 26, 2024 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VAvatar 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.5.8] <v-avatar /> Property start / end doesn't add margin
2 participants