Skip to content

Commit 637be03

Browse files
authored
Merge pull request #865 from endlessm/725-fix-get-button
Fix "Get Endless Key" button
2 parents 39ad7b5 + 7e3a7a5 commit 637be03

3 files changed

Lines changed: 5 additions & 12 deletions

File tree

kolibri_explore_plugin/assets/src/components/DiscoveryNavBar.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
<b-navbar-nav>
2929
<b-button
3030
v-if="showStoreButtons"
31+
class="align-self-center"
32+
variant="endless-orange"
3133
size="sm"
3234
pill
3335
@click="toBottom"

packages/ek-components/src/components/EkPlayButton.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pill
44
:size="size"
55
:block="block"
6-
:variant="`${kind}-${variant}`"
6+
variant="gray-primary"
77
:disabled="buttonDisabled"
88
class="pb-1 pl-1 pt-1 text-nowrap"
99
@click.stop.prevent="$emit('click')"
@@ -50,10 +50,6 @@ export default {
5050
type: String,
5151
default: '',
5252
},
53-
variant: {
54-
type: String,
55-
default: 'primary',
56-
},
5753
size: {
5854
type: String,
5955
default: 'sm',

packages/ek-components/src/styles.scss

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,8 @@ $modal-backdrop-opacity: 0.8;
3434
$app-body-overflow: scroll;
3535

3636
$theme-colors: (
37-
"bundle": $gray-400,
38-
"audio": $gray-400,
39-
"document": $gray-400,
40-
"exercise": $gray-400,
41-
"html5": $gray-400,
42-
"zim": $gray-400,
43-
"video": $gray-400,
37+
"gray": $gray-400,
38+
"endless-orange": $endless-orange,
4439
);
4540

4641
$card-border-width: 0;

0 commit comments

Comments
 (0)