File tree Expand file tree Collapse file tree 1 file changed +26
-17
lines changed
contentcuration/contentcuration/frontend/channelList/views/ChannelSet Expand file tree Collapse file tree 1 file changed +26
-17
lines changed Original file line number Diff line number Diff line change 79
79
v-else
80
80
fluid
81
81
>
82
- <VBtn
83
- color =" primary"
84
- class =" mb-4"
82
+ <KButton
83
+ :text =" $tr('selectChannelsHeader')"
84
+ :primary =" true"
85
+ class =" select-channels-btn"
85
86
data-test =" button-select"
86
87
@click =" step++"
87
- >
88
- {{ $tr('selectChannelsHeader') }}
89
- </VBtn >
88
+ />
90
89
<VCard
91
90
v-for =" channelId in channels"
92
91
:key =" channelId"
183
182
{{ $tr('channelSelectedCountText', { channelCount: channels.length }) }}
184
183
</div >
185
184
<VSpacer />
186
- <VBtn
185
+ <KButton
187
186
v-if =" step === 1"
188
- color =" primary"
187
+ class =" save-finish-btn"
188
+ :text =" saveText"
189
+ :primary =" true"
189
190
data-test =" button-save"
190
191
@click =" save"
191
- >
192
- {{ saveText }}
193
- </VBtn >
194
- <VBtn
192
+ />
193
+ <KButton
195
194
v-else
196
- color =" primary"
195
+ class =" save-finish-btn"
196
+ :text =" $tr('finish')"
197
+ :primary =" true"
197
198
data-test =" button-finish"
198
199
@click =" finish"
199
- >
200
- {{ $tr('finish') }}
201
- </VBtn >
200
+ />
202
201
</template >
203
202
</FullscreenModal >
204
203
514
513
</script >
515
514
516
515
517
- <style lang="scss" scoped></style >
516
+ <style lang="scss" scoped>
517
+
518
+ .select-channels-btn {
519
+ margin-bottom : 25px ;
520
+ }
521
+
522
+ .save-finish-btn {
523
+ height : 36px ;
524
+ }
525
+
526
+ </style >
You can’t perform that action at this time.
0 commit comments