Skip to content

Commit

Permalink
fix(Datepicker): reset and cancel button gap
Browse files Browse the repository at this point in the history
  • Loading branch information
joakbjerk authored and tujoworker committed May 31, 2023
1 parent fdb5680 commit 6056009
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export default class DatePickerFooter extends React.PureComponent {
variant="tertiary"
onClick={this.onResetHandler}
data-testid="reset"
right="0.5rem"
/>
)) || <span />}

Expand All @@ -149,6 +150,7 @@ export default class DatePickerFooter extends React.PureComponent {
variant="tertiary"
onClick={this.onCancelHandler}
data-testid="cancel"
right="0.5rem"
/>
)) || <span />}
</span>
Expand Down

0 comments on commit 6056009

Please sign in to comment.