Skip to content

Commit

Permalink
fix: borderRadius styles on Modal's closeButton (#2626)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahimi authored Jul 26, 2023
1 parent 7c09bbc commit a372cdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Modal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ export default class Modal extends Component {
title="Close"
onClick={this.closeModal}
ref={this.buttonRef}
borderRadius={borderRadius}
/>
</RenderIf>

Expand Down

0 comments on commit a372cdc

Please sign in to comment.