✨(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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user