-
Mahatthana (Kelvin) Nomsawadi authored
* Sync storybook colors with the main app * Fix Metabase badge color * Fix wrong mixed brand colors * Add mistakenly removed colors * Update comments * Correct `brand-light` color * Fix wrong Mantine button color when passing `color` prop * Update loki snapshots
Mahatthana (Kelvin) Nomsawadi authored* Sync storybook colors with the main app * Fix Metabase badge color * Fix wrong mixed brand colors * Add mistakenly removed colors * Update comments * Correct `brand-light` color * Fix wrong Mantine button color when passing `color` prop * Update loki snapshots
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
loki.config.js 498 B
module.exports = {
diffingEngine: "looks-same",
storiesFilter: [
"static-viz",
"viz",
"^visualizations/shared",
"^embed",
"^design system",
].join("|"),
configurations: {
"chrome.laptop": {
target: "chrome.docker",
width: 1366,
height: 768,
deviceScaleFactor: 1,
mobile: false,
},
},
"looks-same": {
strict: false,
tolerance: 6,
antialiasingTolerance: 0,
ignoreAntialiasing: true,
ignoreCaret: true,
},
};