Skip to content

Commit

Permalink
reduce modal action row button size for better fit
Browse files Browse the repository at this point in the history
  • Loading branch information
imanjra committed Sep 24, 2024
1 parent 75e8e87 commit 43b6a21
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion app/packages/core/src/components/Actions/ActionsRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,19 @@ const ModalActionsRowContainer = styled.div`
opacity: 1;
transition: opacity 0.1s ease-out;
}
}`;
svg {
font-size: 18px;
}
> div {
max-height: 24px;
> div:first-child {
max-height: 24px;
}
}
`;

const DraggableHandleIconContainer = styled.div`
cursor: grab;
Expand Down

0 comments on commit 43b6a21

Please sign in to comment.