Skip to content

Commit

Permalink
feat: Update agenda3 toolbar button color
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenull committed Jan 12, 2024
1 parent 78faed2 commit f191f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ if (import.meta.env.VITE_MODE === 'web') {
})
logseq.App.registerUIItem('toolbar', {
key: 'Agenda3',
template: '<a data-on-click="showAgenda3" class="button" style="color: orange;"><i class="ti ti-comet"></i></a>',
template: '<a data-on-click="showAgenda3" class="button"><i class="ti ti-comet"></i></a>',
})
logseq.on('ui:visible:changed', (e) => {
if (!e.visible && window.currentApp !== 'pomodoro' && window.currentApp !== 'agenda3App') {
Expand Down

0 comments on commit f191f34

Please sign in to comment.