Skip to content

Commit

Permalink
fix: add margin top xs to DateRangePicker
Browse files Browse the repository at this point in the history
  • Loading branch information
kaydbwithers committed Aug 30, 2023
1 parent f7e6370 commit b476fe5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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]),
Expand Down

0 comments on commit b476fe5

Please sign in to comment.