[Feature Request] Better support for custom icon size in VAlert #20636
Labels
C: VAlert
VAlert
S: has PR
The issue has a pending Pull Request
T: enhancement
Functionality that enhances existing features
Problem to solve
Changing default icon size in VAlert is not convenient.
$alert-title-font-size
#prepend
slot to override sizeDemo
My current workaround: custom wrapper component that abstracts fixes
Proposed solution
VAlert: { VIcon: { size: 24 } }
)icon-size
propmin-height: 32px;
for.v-alert__prepend
padding-block: 4px
for.v-alert__content:not(:has(.v-alert-title))
$alert-prepend-icon-size
See example with style adjustments
The text was updated successfully, but these errors were encountered: