mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 14:44:21 +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()
|
||||
setEditing(EditingMode.VIEW)
|
||||
}}
|
||||
className={"positive"}
|
||||
>
|
||||
<FestaIcon icon={faSave} />
|
||||
</Tool>
|
||||
|
|
Loading…
Reference in a new issue