ui(admin): add "working" React admin ui
This commit is contained in:
parent
d1c7494933
commit
5402584508
199 changed files with 13387 additions and 151 deletions
|
@ -45,13 +45,13 @@ const options: ChartOptions<'line'> = {
|
|||
type: 'linear',
|
||||
grid: {
|
||||
display: true,
|
||||
color: theme('colors.gray.700'),
|
||||
color: theme('colors.slate.700'),
|
||||
drawBorder: false,
|
||||
},
|
||||
ticks: {
|
||||
display: true,
|
||||
count: 3,
|
||||
color: theme('colors.gray.200'),
|
||||
color: theme('colors.slate.200'),
|
||||
font: {
|
||||
family: theme('fontFamily.sans'),
|
||||
size: 11,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue