(ui) fix build command

This commit is contained in:
ishaan-jaff 2024-02-21 21:02:46 -08:00
parent 15e0d3c1d8
commit d07846646c
7 changed files with 96 additions and 19 deletions

View file

@ -0,0 +1,5 @@
## Admin UI
Customize the Admin UI to your companies branding / logo
## Usage

View file

@ -0,0 +1,11 @@
{
"brand": {
"DEFAULT": "teal",
"faint": "teal",
"muted": "teal",
"subtle": "teal",
"emphasis": "teal",
"inverted": "teal"
}
}