Skip to content

Commit

Permalink
Fixed button border styling
Browse files Browse the repository at this point in the history
  • Loading branch information
kloudsoft91 committed Oct 4, 2023
1 parent 3d5bd0e commit 4dd5162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/json_builder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<formset_stipe />
<formset_hymenium />
<formset_cap />
<button type="submit" class="border-1 border-black rounded-lg px-2 py-1 w-auto justify-self-right">Reset</button>
<button type="submit" class="border border-black rounded-lg px-2 py-1 w-auto justify-self-right">Reset</button>
</form>
</div>
</template>
Expand Down
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<navbar />
<!-- Main content -->
<div class="pl-5% py-2">
<button class="border-1 border-black rounded-lg px-2 py-1 w-11/12 " @click="showLoadJSONModal = !showLoadJSONModal">Click here if you want to edit an existing Mushroom</button>
<button class="border border-black rounded-lg px-2 py-1 w-11/12 " @click="showLoadJSONModal = !showLoadJSONModal">Click here if you want to edit an existing Mushroom</button>
<input_json v-show="showLoadJSONModal" @close-loadJSONModal="showLoadJSONModal = false" />
</div>
<div class="pl-4 pr-4 flex">
Expand Down

0 comments on commit 4dd5162

Please sign in to comment.