mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(dashboard): show group colors again
This commit is contained in:
parent
5df818e367
commit
ed526eddb1
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<CardBody style="border-left: 4px solid #{settings && settings.appearance.color_background ? isPage ? "" : group.color : group.color }; margin: -1rem -1.25rem">
|
<CardBody style="border-left: 4px solid #{settings && settings.appearance.color_background ? isPage ? "" : group.color : group.color }; margin: -1rem">
|
||||||
{#if !editMode && !memberMode}
|
{#if !editMode && !memberMode}
|
||||||
<Row>
|
<Row>
|
||||||
{#if group.id}
|
{#if group.id}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue