Add style to save button in settings template for improved UI consistency
This commit is contained in:
parent
7fb117a95e
commit
704638d07a
1 changed files with 2 additions and 1 deletions
|
@ -106,7 +106,8 @@
|
|||
right=buttons.render_button(
|
||||
id='save',
|
||||
icon='floppy',
|
||||
logic=saveLogic
|
||||
logic=saveLogic,
|
||||
style='outline-primary'
|
||||
)
|
||||
) }}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue