[Pharo] Personal fitness tracker web app.
These buttons are rarely primary actions on a given page...
src/MyFitnessTracker/MFTLoginRegisterLogoutComponent.class.st
@@ -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 ];