Skip to content
Snippets Groups Projects
Unverified Commit 7fe2ffb1 authored by Kyle Doherty's avatar Kyle Doherty Committed by GitHub
Browse files

remove bordered class to sharpen modal appearance (#9952)

parent 6cb75abb
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ export class WindowModal extends Component {
);
return (
<OnClickOutsideWrapper handleDismissal={this.handleDismissal.bind(this)}>
<div className={cx(className, "relative bordered bg-white rounded")}>
<div className={cx(className, "relative bg-white rounded")}>
{getModalContent({
...this.props,
fullPageModal: false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment