diff options
| author | shpuld <shp@cock.li> | 2017-11-17 02:17:36 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2017-11-17 02:17:36 +0200 |
| commit | 44073e72fdb5d253f48b6f0bb0755da89f7e4ae1 (patch) | |
| tree | 5aa2c6c96694f010d27c1bec0b36b48f18424852 /src/components/conversation/conversation.vue | |
| parent | ed84c6acc07d7e1848dab0fc2d64061e9a090e8d (diff) | |
Update theme editor to have 4 colors, rewrite the color setter, change a LOT of base16 assignments for better consistency.
Diffstat (limited to 'src/components/conversation/conversation.vue')
| -rw-r--r-- | src/components/conversation/conversation.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue index 3dea4985..c7adba13 100644 --- a/src/components/conversation/conversation.vue +++ b/src/components/conversation/conversation.vue @@ -1,6 +1,6 @@ <template> <div class="timeline panel panel-default"> - <div class="panel-heading base01-background base04 base03-border conversation-heading"> + <div class="panel-heading base02-background base04 base03-border conversation-heading"> {{ $t('timeline.conversation') }} <span v-if="collapsable" style="float:right;"> <small><a href="#" @click.prevent="$emit('toggleExpanded')">Collapse</a></small> |
