Skip to content

Commit 7e158eb

Browse files
authored
Merge pull request #57 from cs29-wobbegong/image-upload
Image upload
2 parents 0a73218 + 5ad9379 commit 7e158eb

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

src/components/HomeSideDropDown.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</q-card>
2222
</q-expansion-item>
2323

24-
<q-expansion-item dense dense-toggle expand-separator label="Vuex" header-class="text-purple">
24+
<q-expansion-item dense dense-toggle expand-separator label="Vuex">
2525
<q-card>
2626
<q-card-section>
2727
<div class="input-container">

src/css/quasar.variables.styl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
// Tip: Use the "Theme Builder" on Quasar's documentation website.
1111

1212
$primary = #737578
13-
$secondary = teal
14-
$accent = #156560
13+
$secondary = #289ead
14+
$accent = #289ead
1515
$subaccent = #0d0d0d
1616
$subaccentbtn = #2c384d
1717
$subprimary = #202122
1818
$subsecondary = #141617
19-
$menutext = #a0a0a0
19+
$menutext = white
2020
$menuinput = #4b4b4b
2121

2222
$positive = #21BA45

src/store/state/index.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,8 @@ const newState = {
1414
},
1515
HomeView: {
1616
componentName: 'HomeView',
17-
children: ['LoginBtn'],
17+
children: [],
1818
htmlList: []
19-
},
20-
LoginBtn: {
21-
componentName: 'HomeView',
22-
children: ['LoginBtn'],
23-
htmlList: ['<btn></btn>'],
24-
actions: ['action1']
2519
}
2620
// NewView: {}
2721
},

0 commit comments

Comments
 (0)