Skip to content

Commit

Permalink
feat: some more styling
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht committed Aug 21, 2023
1 parent b66f06e commit 8366c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/ui/components/dashboard/SessionDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,7 @@ function downloadVideo(url) {
data-bs-toggle="modal"
data-bs-target="#complete-current-session"
type="button"
class="btn btn-dark"
class="btn btn-success"
:class="{ rounded: currentSessionDetails.end_date === null }"
:disabled="
loading || (!currentSessionDetails.logs?.length && addASetExerciseId == null)
Expand Down

0 comments on commit 8366c89

Please sign in to comment.