Fix icon button group design (#12656)
- remove not expected animation - move border to iconButtonGroup ui component
This commit is contained in:
@ -9,7 +9,6 @@ import { useRecoilComponentValueV2 } from '@/ui/utilities/state/component-state/
|
||||
import { workflowInsertStepIdsComponentState } from '@/workflow/workflow-steps/states/workflowInsertStepIdsComponentState';
|
||||
|
||||
const StyledIconButtonGroup = styled(IconButtonGroup)`
|
||||
border: 1px solid ${({ theme }) => theme.border.color.strong};
|
||||
pointer-events: all;
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user