Add Svg 'sync/refresh' icon + Add template helper to setup Selenite

This commit is contained in:
Vyn 2024-11-25 15:27:18 +01:00
parent 7ce7ad3ee1
commit 9d9b28318b
4 changed files with 26 additions and 1 deletions

View file

@ -42,7 +42,8 @@ export component VButton inherits Rectangle {
padding: 8px;
commands: root.icon-svg;
stroke: icon-colorize;
stroke-width: 2px;
fill: icon-colorize;
stroke-width: 1px;
width: icon-size;
height: icon-size;
}