Skip to content

Commit c10458b

Browse files
[Remove Vuetify from Studio] Buttons in Upload files
1 parent 7b7f3fb commit c10458b

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

contentcuration/contentcuration/frontend/channelEdit/components/edit/EditModal.vue

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,12 @@
8080
>
8181
{{ $tr('addTopic') }}
8282
</VBtn>
83-
<VBtn
83+
<KButton
8484
v-else-if="uploadMode"
85+
:text="$tr('uploadButton')"
8586
:disabled="creatingNodes"
86-
color="greyBackground"
8787
@click="openFileDialog"
88-
>
89-
{{ $tr('uploadButton') }}
90-
</VBtn>
88+
/>
9189
</ToolBar>
9290
<div ref="list">
9391
<EditList

contentcuration/contentcuration/frontend/channelEdit/views/files/FileUploadDefault.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
<p class="mb-4 title">
3535
{{ $tr('dropHereText') }}
3636
</p>
37-
<VBtn
38-
color="primary"
37+
<KButton
38+
:text="$tr('chooseFilesButton')"
39+
:primary="true"
3940
data-test="upload"
4041
@click="openFileDialog"
41-
>
42-
{{ $tr('chooseFilesButton') }}
43-
</VBtn>
42+
/>
43+
4444
<p class="grey--text mt-2 small text-center">
4545
{{ $tr('acceptsHelp', { extensions: acceptedFiles }) }}
4646
</p>

0 commit comments

Comments
 (0)