edittext button style fix
This commit is contained in:
parent
0de96358bd
commit
4d75922c8b
1 changed files with 5 additions and 2 deletions
|
@ -195,8 +195,11 @@ export default function CollectionPage(props: Props) {
|
||||||
{collectionName}
|
{collectionName}
|
||||||
{!uri && (
|
{!uri && (
|
||||||
<>
|
<>
|
||||||
{' '}
|
<Button
|
||||||
<Button icon={ICONS.EDIT} onClick={() => setIsRenamingList(true)} />
|
className={'editable-text__input-button'}
|
||||||
|
icon={ICONS.EDIT}
|
||||||
|
onClick={() => setIsRenamingList(true)}
|
||||||
|
/>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in a new issue