Skip to content

Commit

Permalink
refs #68 fix activity tab in public pages
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
  • Loading branch information
Julien Veyssier committed Aug 6, 2021
1 parent 7ffff1e commit 710dc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ActivityEntry.vue
Expand Up @@ -29,7 +29,7 @@ import RichText from '@juliushaertl/vue-richtext'
import UserBubble from '@nextcloud/vue/dist/Components/UserBubble'
const isDarkTheme = OCA.Accessibility.theme === 'dark'
const isDarkTheme = OCA.Accessibility?.theme === 'dark'
const icons = {
bill_update: generateUrl('/svg/core/actions/rename?color=' + (isDarkTheme ? 'FFFFFF' : '000000')),
bill_delete: generateUrl('/svg/core/actions/delete?color=E9322D'),
Expand Down

0 comments on commit 710dc9d

Please sign in to comment.