Skip to content

Commit

Permalink
small style change
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Dec 29, 2023
1 parent 1babed1 commit 7add5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KratosSelfService/Views/Logout/Logout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<button class="button is-info is-fullwidth" name="submit" type="submit" value="yes">
@OryTranslator.Get("logout.accept-button")
</button>
<button class="button is-dark is-fullwidth" name="submit" type="submit" value="no">
<button class="button is-light is-fullwidth" name="submit" type="submit" value="no">
@OryTranslator.Get("logout.reject-button")
</button>
</div>
Expand Down

0 comments on commit 7add5ae

Please sign in to comment.