Skip to content

fix(VIcon): center button icon in system bar#15918

Merged
KaelWD merged 2 commits intovuetifyjs:v2-stablefrom
kawaidbz:fix/14975-v-icon-position-in-v-system-bar
Jul 5, 2023
Merged

fix(VIcon): center button icon in system bar#15918
KaelWD merged 2 commits intovuetifyjs:v2-stablefrom
kawaidbz:fix/14975-v-icon-position-in-v-system-bar

Conversation

@kawaidbz
Copy link
Copy Markdown

Description

fixes #14975

Motivation and Context

VIcon was not centered in VBtn in VSystemBar.

How Has This Been Tested?

visually

Markup:

Details
<template>
  <v-container>
    <v-system-bar
      dark
      color="primary"
    >
      <v-btn icon class="red">
        <v-icon>mdi-wifi-strength-4</v-icon>
      </v-btn>
    </v-system-bar>
  </v-container>
</template>

<script>
  export default {
    data: () => ({
    drawer: true,
    }),
  }
</script>

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Improvement/refactoring (non-breaking change that doesn't add any features but makes things better)

Checklist:

  • The PR title is no longer than 64 characters.
  • The PR is submitted to the correct branch (master for bug fixes and documentation updates, dev for new features and backwards compatible changes and next for non-backwards compatible changes).
  • My code follows the code style of this project.
  • I've added relevant changes to the documentation (applies to new features and breaking changes in core library)

@KaelWD KaelWD changed the base branch from master to v2-stable February 5, 2023 09:55
@johnleider johnleider added T: bug Functionality that does not work as intended/expected C: VSystemBar labels May 4, 2023
@johnleider johnleider added this to the v2.7.0 (Nirvana) milestone May 4, 2023
@kawaidbz kawaidbz closed this May 7, 2023
@KaelWD KaelWD reopened this Jul 5, 2023
@KaelWD KaelWD modified the milestones: v2.7.0 (Nirvana), v2.6.x Jul 5, 2023
@KaelWD KaelWD merged commit bc7a264 into vuetifyjs:v2-stable Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C: VSystemBar 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][2.6.4] Button icon on System Bars is not center of button

3 participants