Skip to content

Commit

Permalink
style: change color of send workout button
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomoaccursi authored and andrea-acampora committed Oct 11, 2023
1 parent f64f354 commit 9982055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/workoutForm/WorkoutForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
</div>
</draggable>
<div class="text-center">
<v-btn color="paletteBlue" size="large" variant="flat" class="mt-5" @click="sendWorkout()">Send
<v-btn color="paletteLightBlue" size="large" variant="flat" class="mt-5" @click="sendWorkout()">Send
Workout</v-btn>
</div>
</div>
Expand Down

0 comments on commit 9982055

Please sign in to comment.