Skip to content

Commit

Permalink
FIX: Fix margin for style panel icons (#420) (#2041)
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
Co-authored-by: Wesam Manassra <wesam.manassra@gmail.com>
  • Loading branch information
igorDykhta and manassra authored Dec 5, 2022
1 parent a865ce8 commit 15d1426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/src/side-panel/panel-header-action.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default function PanelHeaderActionFactory(): React.FC<PanelHeaderActionPr
<HeaderActionWrapper
className={classnames('panel--header__action', {
disabled,
className
...(className ? {[className]: true} : {})
})}
active={active}
hoverColor={hoverColor}
Expand Down

0 comments on commit 15d1426

Please sign in to comment.