feat: update icon
This commit is contained in:
parent
d6513f71f3
commit
724cdf2e9d
|
|
@ -13,7 +13,7 @@ const action = (view: EditorView) => {
|
|||
export const ResizeImage: ICommand = {
|
||||
name: "image-size",
|
||||
label: "Image Size",
|
||||
icon: "i-mingcute-photo-album-2-fill",
|
||||
icon: "i-mingcute-aspect-ratio-line",
|
||||
execute: ({ view }) => {
|
||||
action(view)
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue