fix(editor): 💄 History dropdown button size
This commit is contained in:
@ -93,6 +93,7 @@ export const PublishButton = (props: ButtonProps) => {
|
|||||||
borderLeftRadius={0}
|
borderLeftRadius={0}
|
||||||
icon={<ChevronLeftIcon transform="rotate(-90deg)" />}
|
icon={<ChevronLeftIcon transform="rotate(-90deg)" />}
|
||||||
aria-label="Show published version"
|
aria-label="Show published version"
|
||||||
|
size="sm"
|
||||||
/>
|
/>
|
||||||
<MenuList>
|
<MenuList>
|
||||||
<MenuItem onClick={restorePublishedTypebot}>
|
<MenuItem onClick={restorePublishedTypebot}>
|
||||||
|
Reference in New Issue
Block a user