1
Fork 0
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:
Steffo 2022-07-18 05:08:08 +02:00
parent ae79116259
commit 2b2860b84d
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -26,6 +26,7 @@ export function ToolToggleEditing({ save }: ToolToggleEditingProps) {
save()
setEditing(EditingMode.VIEW)
}}
className={"positive"}
>
<FestaIcon icon={faSave} />
</Tool>