File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/components/inline-edit Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -185,11 +185,11 @@ export default class ZnInlineEdit extends ZincElement implements ZincFormControl
185185 < div class ="ai__right ">
186186 ${ ! this . isEditing ?
187187 html `
188- < zn-button @click ="${ this . handleEditClick } " icon ="edit " icon-size ="24 " color ="transparent "> </ zn-button > ` :
188+ < zn-button @click ="${ this . handleEditClick } " icon ="edit " size =" x-small " icon-size ="20 " color ="transparent "> </ zn-button > ` :
189189 html `
190- < zn-button type ="submit " @click ="${ this . handleSubmitClick } " icon ="check " icon-size ="24 "
190+ < zn-button type ="submit " @click ="${ this . handleSubmitClick } " icon ="check " size =" x-small " icon-size ="20 "
191191 color ="transparent "> </ zn-button >
192- < zn-button type ="button " @click ="${ this . handleCancelClick } " icon ="close " icon-size ="24 "
192+ < zn-button type ="button " @click ="${ this . handleCancelClick } " icon ="close " size =" x-small " icon-size ="20 "
193193 color ="transparent "> </ zn-button > ` }
194194 </ div >
195195 </ div > ` ;
You can’t perform that action at this time.
0 commit comments