Skip to content

Commit

Permalink
fix(VField): use xl border-radius for rounded prop (#19457)
Browse files Browse the repository at this point in the history
fixes #19151
  • Loading branch information
yuwu9145 authored Mar 26, 2024
1 parent b3067be commit 2e993ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VField/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

// INPUT
$field-border-radius: settings.$border-radius-root !default;
$field-rounded-border-radius: map-get(settings.$rounded, 'pill') !default;
$field-rounded-border-radius: map-get(settings.$rounded, 'xl') !default;
$field-color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity)) !default;
$field-disabled-color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) !default;
$field-error-color: rgb(var(--v-theme-error)) !default;
Expand Down

0 comments on commit 2e993ef

Please sign in to comment.