From eae712adb154d8623fa954c6fbc271aad32afe64 Mon Sep 17 00:00:00 2001 From: Yihui Liao <44729383+yihuiliao@users.noreply.github.com> Date: Tue, 4 Feb 2025 12:38:57 -0500 Subject: [PATCH] fix: respect padding and remove cursor in DateRangePicker (#7712) --- packages/@react-spectrum/datepicker/src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@react-spectrum/datepicker/src/styles.css b/packages/@react-spectrum/datepicker/src/styles.css index ee2ee6677de..37de65de694 100644 --- a/packages/@react-spectrum/datepicker/src/styles.css +++ b/packages/@react-spectrum/datepicker/src/styles.css @@ -88,7 +88,7 @@ } .react-spectrum-Datepicker-segments { - display: inline; + display: inline-block; align-items: center; }