Skip to content

Commit 53beb2f

Browse files
committed
upload: do not use red for button (fix #1425)
Signed-off-by: Varun Patil <[email protected]>
1 parent 54573bd commit 53beb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/modal/UploadModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
{{ progressNote }}
4242
<NcProgressBar :value="progress" :error="true" />
4343
</div>
44-
<NcButton @click="upload" type="error" :disabled="processing">
44+
<NcButton @click="upload" type="primary" :disabled="processing">
4545
{{ t('memories', 'Upload') }}
4646
</NcButton>
4747
</div>

0 commit comments

Comments
 (0)