These buttons are rarely primary actions on a given page...

Commit
a2e50a9d3e8bd45b227d338bbde4815dbbbab335
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
src/MyFitnessTracker/MFTLoginRegisterLogoutComponent.class.st
index 5b60fe29..8352aa92 100644..100644
@@ -48,13 +48,13 @@
48 48 "Logging in and registering display modal components; they are not in a form."
49 49
50 50 html buttonGroup: [
51 Removed: html formButton
51 Added: html outlineButton
52 52 beSecondary;
53 53 beSmall;
54 54 dataToggle: 'modal';
55 55 dataTarget: '#loginModal';
56 56 with: 'Login'.
57 Removed: html formButton
57 Added: html outlineButton
58 58 bePrimary;
59 59 beSmall;
60 60 dataToggle: 'modal';
@@ -107,7 +107,7 @@
107 107 "Logging out is an action; the button is in a form."
108 108
109 109 html form: [
110 Removed: html formButton
110 Added: html outlineButton
111 111 beSecondary;
112 112 beSmall;
113 113 callback: [ self logout ];