Adjust ds-chips background color on group teaser and group profile

This commit is contained in:
Wolfgang Huß 2023-03-01 07:55:41 +01:00
parent ecff8476cf
commit e719ae23c9
2 changed files with 6 additions and 2 deletions

View File

@ -95,7 +95,11 @@ span.slug {
/* chips on group teaser */
a.group-teaser footer .ds-chip-primary {
background-color: #6e8b87;
background-color: $color-primary;
}
/* chips on group profile */
.group-profile .ds-chip-primary {
background-color: $color-primary;
}
/* number count color */

View File

@ -1,5 +1,5 @@
<template>
<div v-if="isGroupVisible">
<div class="group-profile" v-if="isGroupVisible">
<ds-space />
<ds-flex v-if="group" :width="{ base: '100%' }" gutter="base">
<ds-flex-item :width="{ base: '100%', sm: 2, md: 2, lg: 1 }">