update web

This commit is contained in:
nikk gitanes
2021-08-14 01:37:56 +03:00
parent f3ab13473a
commit b325be7ca2
7 changed files with 60 additions and 60 deletions

View File

@@ -271,7 +271,7 @@ export default function AddDialog({
style={{ minWidth: '110px' }}
disabled={!torrentSource || (isHashAlreadyExists && !isEditMode) || !isTorrentSourceCorrect}
onClick={handleSave}
color='primary'
color='secondary'
>
{isSaving ? <CircularProgress style={{ color: 'white' }} size={20} /> : t(isEditMode ? 'Save' : 'Add')}
</Button>