Skip to content

Commit

Permalink
Moved SynopForm to composition API, imported topic hierarchy from a s…
Browse files Browse the repository at this point in the history
…eparate component, added default hiding of token, set maximum width of form
  • Loading branch information
RoryPTB committed Sep 18, 2023
1 parent 4911b55 commit e0e18e4
Show file tree
Hide file tree
Showing 4 changed files with 273 additions and 256 deletions.
2 changes: 1 addition & 1 deletion webapp/src/components/DownloadButton.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<v-btn color="#00BD9D" append-icon="mdi-download" @click="downloadFile">Download</v-btn>
<v-btn color="#00CCAA" append-icon="mdi-download" @click="downloadFile">Download</v-btn>
</template>

<script>
Expand Down
Loading

0 comments on commit e0e18e4

Please sign in to comment.