edittext button style fix

This commit is contained in:
zeppi 2022-03-29 13:01:55 -04:00 committed by jessopb
parent 0de96358bd
commit 4d75922c8b

View file

@ -195,8 +195,11 @@ export default function CollectionPage(props: Props) {
{collectionName}
{!uri && (
<>
{' '}
<Button icon={ICONS.EDIT} onClick={() => setIsRenamingList(true)} />
<Button
className={'editable-text__input-button'}
icon={ICONS.EDIT}
onClick={() => setIsRenamingList(true)}
/>
</>
)}
</span>