Skip to content

Commit ec2a9e2

Browse files
committed
electon build initial commit
2 parents a7cb32e + ceaf265 commit ec2a9e2

File tree

7 files changed

+589
-376
lines changed

7 files changed

+589
-376
lines changed

src/components/CreateComponent.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<br />
55
<form v-on:submit.prevent="handleClick" v-on:click="resetActiveComponent">
66
<q-input
7-
standout="bg-secondary text-white"
7+
standout="secondary text-secondary"
88
bottom-slots
99
v-model="componentNameInputValue"
1010
label="Component Name"
@@ -14,11 +14,11 @@
1414
</q-input>
1515
</form>
1616
<div class="icon-container">
17-
<Icons @getClickedIcon="addToSelectedElementList" @activeElement="addToComponentElementList"/>
17+
<Icons class = 'icons' @getClickedIcon="addToSelectedElementList" @activeElement="addToComponentElementList"/>
1818
</div>
1919
<ParentMultiselect />
2020
<br />
21-
<q-btn id="add-component-btn" class="glossy" color="teal" label="Create Component" icon-right="add" @click="handleClick" :disabled="!componentNameInputValue" />
21+
<q-btn id="add-component-btn" color="secondary" label="Create Component" @click="handleClick" :disabled="!componentNameInputValue" />
2222
</div>
2323
</template>
2424

0 commit comments

Comments
 (0)