We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc93c88 commit 04ef9f6Copy full SHA for 04ef9f6
src/components/CreateComponent.vue
@@ -18,7 +18,7 @@
18
</div>
19
<ParentMultiselect />
20
<br />
21
- <q-btn id="add-component-btn" class="primary" color="secondary" label="Create Component" icon-right="add" @click="handleClick" :disabled="!componentNameInputValue" />
+ <q-btn id="add-component-btn" class="glossy" color="teal" label="Create Component" icon-right="add" @click="handleClick" :disabled="!componentNameInputValue" />
22
23
</template>
24
0 commit comments