convert to CSS variables
This commit is contained in:
@@ -205,7 +205,7 @@ export class NodeFeeChartComponent implements OnInit {
|
||||
splitLine: {
|
||||
lineStyle: {
|
||||
type: 'dotted',
|
||||
color: '#ffffff66',
|
||||
color: 'var(--transparent-fg)',
|
||||
opacity: 0.25,
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user