@homebound/beam 2.123.0 → 2.123.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -50,6 +50,8 @@ function TextFieldBase(props) {
|
|
|
50
50
|
.if(compact)
|
|
51
51
|
.mhPx(compactFieldHeight - maybeSmaller).$,
|
|
52
52
|
...Css_1.Css.gray900.if(contrast).white.$,
|
|
53
|
+
// Make read-only fields vertically line up with editable fields in tables
|
|
54
|
+
...(borderless ? Css_1.Css.px1.$ : {}),
|
|
53
55
|
},
|
|
54
56
|
input: {
|
|
55
57
|
...Css_1.Css.w100.mw0.outline0.fg1.if(multiline).br4.$,
|