Skip to content

Commit

Permalink
fix(Theme): also change Sign in CTA button color to new primary. ref #…
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Jan 18, 2025
1 parent 1e9ff57 commit e111ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/SignIn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<v-btn
type="submit"
class="float-right"
color="success"
color="primary"
:loading="loading"
:disabled="!formFilled"
>
Expand Down

0 comments on commit e111ab0

Please sign in to comment.