Move colours to HSL, probably a mistake

This commit is contained in:
Michał Gdula 2023-09-26 19:36:49 +01:00
parent 9821db72c6
commit 1a59e413a9
29 changed files with 852 additions and 730 deletions

View file

@ -21,7 +21,8 @@ function imageShowOptionsPopup(obj) {
dissmissContextMenu();
imageEditPopup();
},
'type': 'critical'
'type': 'critical',
'icon': '<i class="ph-fill ph-pencil"></i>'
},
{
'value': 'Delete',
@ -29,7 +30,8 @@ function imageShowOptionsPopup(obj) {
dissmissContextMenu();
imageDeletePopup();
},
'type': 'critical'
'type': 'critical',
'icon': '<i class="ph-fill ph-trash"></i>'
}
], 'button')
}