1
Fork 0
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:
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() save()
setEditing(EditingMode.VIEW) setEditing(EditingMode.VIEW)
}} }}
className={"positive"}
> >
<FestaIcon icon={faSave} /> <FestaIcon icon={faSave} />
</Tool> </Tool>