aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-01-15 18:56:27 +0100
committerRoger Braun <roger@rogerbraun.net>2017-01-15 18:56:27 +0100
commit198eee82bedddf6028cf3fe731a45503039ec24d (patch)
tree5977a19a4a5e29827562416076fd26a6fba53229
parent224fe580ca5535e6302796e210d754f06eb4dc21 (diff)
parent4448f36f62fe4c71fb7b0e3ab912e9bc68a597e8 (diff)
Merge branch 'develop' into feature/hash-routed
-rw-r--r--src/components/user_profile/user_profile.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue
index 2ceb13ec..fe9fd3a9 100644
--- a/src/components/user_profile/user_profile.vue
+++ b/src/components/user_profile/user_profile.vue
@@ -1,5 +1,5 @@
<template>
- <div class="user-profile panel panel-default">
+ <div class="user-profile panel panel-default base00-background">
<user-card-content :user="user"></user-card-content>
</div>
</template>