(app-desk) add team info component

Add the team info component to the team page.
This component shows some informations about the team:
  - name
  - amount of members
  - date created
  - date updated
This commit is contained in:
Anthony LC
2024-02-13 12:20:58 +01:00
committed by Anthony LC
parent 95219a33b3
commit fc8dc24ba2
11 changed files with 132 additions and 10 deletions

View File

@@ -3,6 +3,7 @@ const config = {
default: {
theme: {
colors: {
'card-border': '#DDDDDD',
'primary-bg': '#FAFAFA',
'primary-100': '#EDF5FA',
'primary-150': '#E5EEFA',
@@ -176,6 +177,7 @@ const config = {
dsfr: {
theme: {
colors: {
'card-border': '#DDDDDD',
'primary-text': '#000091',
'primary-100': '#f5f5fe',
'primary-200': '#ececfe',