james
03/21/2022, 9:31 PMRow containing just a TextField and a Button, what's the proper way to set the TextField's height to always match the Button height? I thought giving the TextField this modifier would do the trick, but it doesn't.. the TextField is still much taller than my button: Modifier.height(IntrinsicSize.Min)myanmarking
03/21/2022, 9:57 PMjames
03/22/2022, 2:47 AM