mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
fix(styles): chart bg with same transparency as chart border
This commit is contained in:
parent
89c9db7a71
commit
a47d13e46a
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
}
|
||||
|
||||
.chart-bg {
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue