mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 22:54:22 +00:00
Make the Save button "positive"
This commit is contained in:
parent
ae79116259
commit
2b2860b84d
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ export function ToolToggleEditing({ save }: ToolToggleEditingProps) {
|
||||||
save()
|
save()
|
||||||
setEditing(EditingMode.VIEW)
|
setEditing(EditingMode.VIEW)
|
||||||
}}
|
}}
|
||||||
|
className={"positive"}
|
||||||
>
|
>
|
||||||
<FestaIcon icon={faSave} />
|
<FestaIcon icon={faSave} />
|
||||||
</Tool>
|
</Tool>
|
||||||
|
|
Loading…
Reference in a new issue