5a764d190f
* chore(explorer): add new vega colours to tw config * feat(explorer): add new nested data list component * feat(explorer): abstract page header with copy to new component * feat(explorer): update styles tx details page * fix(explorer): linting errors * fix(explorer): fix txs type * fix(explorer): fix strong typing * fix(explorer): fix styling error for e2e test
12 lines
280 B
JavaScript
12 lines
280 B
JavaScript
const theme = require('./theme');
|
|
const themelite = require('./theme-lite');
|
|
const vegaCustomClasses = require('./vega-custom-classes');
|
|
const { VegaColours } = require('./vega-colours');
|
|
|
|
module.exports = {
|
|
theme,
|
|
themelite,
|
|
plugins: [vegaCustomClasses],
|
|
VegaColours,
|
|
};
|