Skip to content

Commit

Permalink
Feedback changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratikshakhandagale committed Sep 5, 2024
1 parent b4900d5 commit db5f473
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/app/tabs/tabs.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class TabsPage implements OnTabViewWillEnter, OnInit{
component: AppExitComponent,
cssClass: 'sheet-modal',
breakpoints: [0.2],
showBackdrop: false,
showBackdrop: false,
backdropDismiss: false,
initialBreakpoint: 0.2,
handle: false,
Expand Down
12 changes: 6 additions & 6 deletions src/assets/appConfig/learningresources.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@
"teacherTaraBotName": "ಅಂಗನವಾಡಿ ಕಾರ್ಯಕರ್ತೆ"
},
"footerText": "Developed with ❤️ by Tekdi Technologies ",
"headerColor": "#A71028",
"headerColor": "#AB251B",
"headerFontSize": "16",
"footerColor": "#A71028",
"footerColor": "#AB251B",
"footerFontSize": "16",
"primaryCss" : {
"primary": "#A71028",
"shade": "#EEAA1F"
"primary": "#AB251B",
"shade": "#FDB529"
},
"secondaryCss" : {
"secondary": "#EEAA1F",
"secondary": "#FDB529",
"shade": "#e98021ff"
}
}
}

0 comments on commit db5f473

Please sign in to comment.