Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit e457014

Browse files
feat: Support '-5' density for text fields
PiperOrigin-RevId: 465105809
1 parent ccfc24d commit e457014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mdc-textfield/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ $textarea-disabled-background: rgba(249, 249, 249, 1) !default;
9696
$ripple-target: '.mdc-text-field__ripple';
9797
$outlined-stroke-width: 2px !default;
9898
$height: 56px !default;
99-
$minimum-height: 40px !default;
99+
$minimum-height: 36px !default;
100100
$minimum-height-for-filled-label: 52px !default;
101101
$maximum-height: $height !default;
102102
$padding-horizontal: 16px !default;

0 commit comments

Comments
 (0)