Update the save changes button to be more inline with the rest of Foundry

This commit is contained in:
Oliver 2026-02-10 23:04:49 -07:00
parent e8bf135424
commit 7d28376cec
6 changed files with 85 additions and 6 deletions

View file

@ -1,5 +1,11 @@
<div>
<footer>
<button type="submit">
Save
<oft-icon
name="icons/save"
aria-hidden="true"
var:fill="currentColor"
var:size="1.25rem"
></oft-icon>
{{ localize "Save Changes" }}
</button>
</div>
</footer>