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}
|
||||
{!uri && (
|
||||
<>
|
||||
{' '}
|
||||
<Button icon={ICONS.EDIT} onClick={() => setIsRenamingList(true)} />
|
||||
<Button
|
||||
className={'editable-text__input-button'}
|
||||
icon={ICONS.EDIT}
|
||||
onClick={() => setIsRenamingList(true)}
|
||||
/>
|
||||
</>
|
||||
)}
|
||||
</span>
|
||||
|
|
Loading…
Reference in a new issue