mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-01 03:10:17 +01:00
fix(dashboard): improve font-weight for dashboard cards
This commit is contained in:
parent
f673dca532
commit
c00e9b479c
13 changed files with 55 additions and 34 deletions
|
|
@ -17,7 +17,9 @@ export const DEFAULT_THEME = {
|
|||
tooltipBg: '#ffffff',
|
||||
tooltipBorderColor: '#c0c8d1',
|
||||
tooltipExtraCss: 'border-radius: 10px; padding: 4px 16px;',
|
||||
tooltipTextColor: '#222222',
|
||||
tooltipTextColor: '#2a2a2a',
|
||||
tooltipFontWeight: 'bolder',
|
||||
|
||||
lineBg: '#c0c8d1',
|
||||
lineShadowBlur: '1',
|
||||
itemColor: '#bcc3cc',
|
||||
|
|
@ -35,10 +37,11 @@ export const DEFAULT_THEME = {
|
|||
tooltipLineWidth: '0',
|
||||
tooltipBorderColor: '#ebeef2',
|
||||
tooltipExtraCss: 'border-radius: 10px; padding: 8px 24px;',
|
||||
tooltipTextColor: '#222222',
|
||||
tooltipTextColor: '#2a2a2a',
|
||||
tooltipFontWeight: 'bolder',
|
||||
|
||||
axisLineColor: 'rgba(0, 0, 0, 0)',
|
||||
xAxisTextColor: '#222222',
|
||||
xAxisTextColor: '#2a2a2a',
|
||||
yAxisSplitLine: '#ebeef2',
|
||||
|
||||
itemBorderColor: '#42db7d',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue