(app-desk) integrate teams panel design

- Integrate teams panel design based from the mockup.
- List teams from the API.
This commit is contained in:
Anthony LC
2024-02-13 16:03:47 +01:00
committed by Anthony LC
parent 148ea81aa9
commit 4f0465fd32
26 changed files with 453 additions and 135 deletions

View File

@@ -3,6 +3,7 @@ const config = {
default: {
theme: {
colors: {
'primary-bg': '#FAFAFA',
'primary-100': '#EDF5FA',
'primary-150': '#E5EEFA',
'info-150': '#E5EEFA',
@@ -259,6 +260,16 @@ const config = {
},
button: {
'border-radius': '2px',
primary: {
background: {
color: 'var(--c--theme--colors--primary-text)',
'color-hover': 'var(--c--theme--colors--primary-700)',
'color-active': 'var(--c--theme--colors--primary-900)',
},
color: '#ffffff',
'color-hover': '#ffffff',
'color-active': '#ffffff',
},
},
'forms-checkbox': {
'border-radius': '0',