Skip to content

Commit

Permalink
Less conflicty class names
Browse files Browse the repository at this point in the history
  • Loading branch information
jassmith committed Feb 3, 2022
1 parent faff0d4 commit 1449873
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -118,7 +118,7 @@ const DataGridOverlayEditor: React.FunctionComponent<DataGridOverlayEditorProps>
const portal = createPortal(
<ClickOutsideContainer className={className} onClickOutside={onClickOutside}>
<DataGridOverlayEditorStyle
className={style ? "style" : "unstyle"}
className={style ? "gdg-style" : "gdg-unstyle"}
as={useLabel === true ? "label" : undefined}
targetRect={target}
pad={pad}>
Expand Down

0 comments on commit 1449873

Please sign in to comment.