diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-14 21:53:51 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-14 21:53:51 +0300 |
| commit | 75f0c191dd8ad029561901ce0dab8e10226b95f7 (patch) | |
| tree | 75a41207c97ce6f561d4064da5bb3dd14ceee1f4 /src/components/user_card_content/user_card_content.js | |
| parent | e7fe2dc9f9e52771c2ffe8d0ee1c4e8b2e38ab2f (diff) | |
some initial work for user highlight v2
Diffstat (limited to 'src/components/user_card_content/user_card_content.js')
| -rw-r--r-- | src/components/user_card_content/user_card_content.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_card_content/user_card_content.js b/src/components/user_card_content/user_card_content.js index 76a5577e..eae436a9 100644 --- a/src/components/user_card_content/user_card_content.js +++ b/src/components/user_card_content/user_card_content.js @@ -5,7 +5,7 @@ export default { props: [ 'user', 'switcher', 'selected', 'hideBio' ], computed: { headingStyle () { - const color = this.$store.state.config.colors.bg + const color = this.$store.state.config.customTheme.colors.bg if (color) { const rgb = hex2rgb(color) const tintColor = `rgba(${Math.floor(rgb.r)}, ${Math.floor(rgb.g)}, ${Math.floor(rgb.b)}, .5)` |
