Skip to content

Commit 20b894b

Browse files
kazup01Davy-c
authored andcommitted
Edit icon for url prop
1 parent 5505f65 commit 20b894b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cloud/components/Props/Pickers/UrlSelect.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ const UrlSelect = ({
107107
variant='bordered'
108108
className='url__button__edit'
109109
iconPath={mdiPencil}
110+
iconSize={16}
110111
onClick={openSelector}
111112
size='sm'
112113
/>
@@ -142,7 +143,7 @@ const UrlSelectContainer = styled.div`
142143
}
143144
144145
.url__button:hover .url__button__edit {
145-
display: block;
146+
display: flex;
146147
}
147148
`
148149

0 commit comments

Comments
 (0)