-
Phoomparin Mano authored
* apply cell background color * add id column overrides * do not add transparency to id column cell when overridden * fix static dashboard theming * update loki reference image * add style resets and regenerate loki snapshots * add style resets and regenerate loki snapshots
Phoomparin Mano authored* apply cell background color * add id column overrides * do not add transparency to id column cell when overridden * fix static dashboard theming * update loki reference image * add style resets and regenerate loki snapshots * add style resets and regenerate loki snapshots
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
loki.config.js 427 B
module.exports = {
diffingEngine: "looks-same",
storiesFilter: "static-viz|viz|^visualizations/shared",
configurations: {
"chrome.laptop": {
target: "chrome.docker",
width: 1366,
height: 768,
deviceScaleFactor: 1,
mobile: false,
},
},
"looks-same": {
strict: false,
tolerance: 4,
antialiasingTolerance: 0,
ignoreAntialiasing: true,
ignoreCaret: true,
},
};