mirror of
https://codeberg.org/vyn/selenite.git
synced 2025-07-03 01:53:18 +00:00
Add Svg 'sync/refresh' icon + Add template helper to setup Selenite
This commit is contained in:
parent
7ce7ad3ee1
commit
9d9b28318b
4 changed files with 26 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue