chore: tweak accent color

This commit is contained in:
Steven
2024-01-03 23:30:28 +08:00
parent 96140f3875
commit c58851bc97
7 changed files with 21 additions and 10 deletions

View File

@ -406,7 +406,12 @@ const MemoEditor = (props: Props) => {
</Select>
</div>
<div className="shrink-0 flex flex-row justify-end items-center">
<Button color="success" disabled={!allowSave} loading={state.isRequesting} onClick={handleSaveBtnClick}>
<Button
disabled={!allowSave}
loading={state.isRequesting}
endDecorator={<Icon.Send className="w-4 h-auto" />}
onClick={handleSaveBtnClick}
>
{t("editor.save")}
</Button>
</div>