2
0

fix(editor): 💄 History dropdown button size

This commit is contained in:
Baptiste Arnaud
2022-06-20 11:17:45 +02:00
parent 85601fc1de
commit 5672797a01

View File

@ -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}>