mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Updated to set font color in header bar in dark mode.
This commit is contained in:
parent
84dd13d92d
commit
01ae220674
3 changed files with 22 additions and 19 deletions
|
|
@ -15,6 +15,9 @@ Template.headerBar.helpers({
|
|||
adminReg: function() {
|
||||
return Session.get("adminreg");
|
||||
},
|
||||
myTheme: function() {
|
||||
return Session.get("myTheme");
|
||||
}
|
||||
});
|
||||
|
||||
Template.headerBar.events({
|
||||
|
|
@ -36,5 +39,5 @@ Template.headerBar.events({
|
|||
'click #brandLogo' (event) {
|
||||
event.preventDefault();
|
||||
FlowRouter.go('/dashboard');
|
||||
},
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue