1
0
mirror of https://git.pleroma.social/sjw/pleroma-fe.git synced 2024-12-25 05:45:06 +01:00
This commit is contained in:
shpuld 2017-03-09 12:48:43 +02:00
parent d99b9bdac1
commit 00531ad9df

View File

@ -35,7 +35,7 @@ const Status = {
isReply () { return !!this.status.in_reply_to_status_id },
borderColor () {
return {
borderBottomColor: this.$store.state.config.colors['base02'],
borderBottomColor: this.$store.state.config.colors['base02']
}
}
},