aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.vue
diff options
context:
space:
mode:
authorlambadalambda <gitgud@rogerbraun.net>2017-06-21 12:14:23 -0400
committerlambadalambda <gitgud@rogerbraun.net>2017-06-21 12:14:23 -0400
commite113d0a250d914fa490e632e21abd53206e6482e (patch)
treeafa8117497e38dc8007a8fc38eb6fccd1707a8dc /src/components/notifications/notifications.vue
parent8e5d17a659b157f095ad3850ac3cdd2e537ac38b (diff)
parent2d5fd21558c6c3341db31fe0bc2ff7babd986c55 (diff)
Merge branch 'feature/slicker-buttons' into 'develop'
Feature/slicker buttons See merge request !90
Diffstat (limited to 'src/components/notifications/notifications.vue')
-rw-r--r--src/components/notifications/notifications.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue
index f5950ac9..6c0419a5 100644
--- a/src/components/notifications/notifications.vue
+++ b/src/components/notifications/notifications.vue
@@ -4,7 +4,7 @@
<div class="panel-heading base01-background base04">
<span class="unseen-count" v-if="unseenCount">{{unseenCount}}</span>
Notifications
- <button @click.prevent="markAsSeen" class="base06 base02-background read-button">Read!</button>
+ <button @click.prevent="markAsSeen" class="base05 base01-background read-button">Read!</button>
</div>
<div class="panel-body base03-border">
<div v-for="notification in visibleNotifications" :key="notification" class="notification" :class='{"unseen": !notification.seen}'>