Skip to content

Commit

Permalink
fix(editor): 💄 History dropdown button size
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Jun 20, 2022
1 parent 85601fc commit 5672797
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/builder/components/shared/buttons/PublishButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export const PublishButton = (props: ButtonProps) => {
borderLeftRadius={0}
icon={<ChevronLeftIcon transform="rotate(-90deg)" />}
aria-label="Show published version"
size="sm"
/>
<MenuList>
<MenuItem onClick={restorePublishedTypebot}>
Expand Down

0 comments on commit 5672797

Please sign in to comment.