File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed
src/app/modules/activities-management/components/create-activity Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ <h1 class="card-title">Activity</h1>
2323
2424 < div class ="btn-toolbar " role ="toolbar ">
2525 < div class ="btn-group mr-2 " role ="group ">
26- < button class ="btn save-button-style mb-2 " type ="submit " [disabled] ="!activityForm.valid "> Save</ button >
26+ < button class ="btn btn-primary mb-2 " type ="submit " [disabled] ="!activityForm.valid "> Save</ button >
2727 </ div >
2828 < div class ="btn-group mr-2 " role ="group ">
29- < button class ="btn cancel-button-style mb-2 " type ="reset " [hidden] ="!activityToEdit " (click) ="cancelButton() ">
29+ < button class ="btn btn-secondary mb-2 " type ="reset " [hidden] ="!activityToEdit " (click) ="cancelButton() ">
3030 Cancel
3131 </ button >
3232 </ div >
Original file line number Diff line number Diff line change 1- @import ' ../../../../../styles/colors.scss' ;
2-
3- .save-button-style {
4- background-image : $button-primary-color ;
5- color : white ;
6- }
7-
8- .cancel-button-style {
9- background-color : $modal-button-secondary ;
10- color : white ;
11- }
You can’t perform that action at this time.
0 commit comments