Skip to content

[Bug Report][3.9.4] Bug report about MD3 blueprint text-transformΒ #22003

@OttoDoorenbos

Description

@OttoDoorenbos

Environment

Vuetify Version: 3.9.4
Vue Version: 3.5.18
OS: Windows 10 (current)

Steps to reproduce

  1. Create Vuetify project with MD3 blueprint
  2. Add any button: Button
  3. Observe text displays as "BUTTON" instead of "Button"
  4. Inspect element - shows text-transform: uppercase

Expected Behavior

MD3 Blueprint incorrectly applies text-transform: uppercase to buttons, violating Material Design 3 guidelines

Actual Behavior

Button text is transformed to uppercase, displaying as "BUTTON" due to CSS rule text-transform: uppercase being applied by MD3 blueprint.

Reproduction Link

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

Other comments

This violates Material Design 3 specifications. MD3 moved away from uppercase button text used in MD1/MD2. Reference: https://m3.material.io/components/buttons/specs

Images

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions