From b476fe50caf8961de8219ab1f16cd56dd4faa746 Mon Sep 17 00:00:00 2001 From: kaydbwithers Date: Thu, 31 Aug 2023 09:13:59 +1000 Subject: [PATCH] fix: add margin top xs to DateRangePicker --- .../date-picker/src/DateRangePicker/DateRangePicker.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/date-picker/src/DateRangePicker/DateRangePicker.module.scss b/packages/date-picker/src/DateRangePicker/DateRangePicker.module.scss index bc5fd01..5ce0da5 100644 --- a/packages/date-picker/src/DateRangePicker/DateRangePicker.module.scss +++ b/packages/date-picker/src/DateRangePicker/DateRangePicker.module.scss @@ -31,6 +31,7 @@ $placeholder-opacity: 0.7; background-clip: padding-box; border: $border-solid-border-width $border-solid-border-style $color-gray-500; border-radius: $border-solid-border-radius; + margin-top: $spacing-xs; padding: 0 $button-base-padding-horizontal; &:focus-visible:not([disabled]),