diff --git a/.playwright/snapshots/components/Token.test.ts-snapshots/Token-Default-IssueLabelToken-Custom-Colors-dark-colorblind-linux.png b/.playwright/snapshots/components/Token.test.ts-snapshots/Token-Default-IssueLabelToken-Custom-Colors-dark-colorblind-linux.png new file mode 100644 index 00000000000..f8ae123708c Binary files /dev/null and b/.playwright/snapshots/components/Token.test.ts-snapshots/Token-Default-IssueLabelToken-Custom-Colors-dark-colorblind-linux.png differ diff --git a/.playwright/snapshots/components/Token.test.ts-snapshots/Token-Default-IssueLabelToken-Custom-Colors-dark-dimmed-linux.png b/.playwright/snapshots/components/Token.test.ts-snapshots/Token-Default-IssueLabelToken-Custom-Colors-dark-dimmed-linux.png new file mode 100644 index 00000000000..fa91466dbe2 Binary files /dev/null and b/.playwright/snapshots/components/Token.test.ts-snapshots/Token-Default-IssueLabelToken-Custom-Colors-dark-dimmed-linux.png differ diff --git a/.playwright/snapshots/components/Token.test.ts-snapshots/Token-Default-IssueLabelToken-Custom-Colors-dark-high-contrast-linux.png b/.playwright/snapshots/components/Token.test.ts-snapshots/Token-Default-IssueLabelToken-Custom-Colors-dark-high-contrast-linux.png new file mode 100644 index 00000000000..3438b5367d2 Binary files /dev/null and b/.playwright/snapshots/components/Token.test.ts-snapshots/Token-Default-IssueLabelToken-Custom-Colors-dark-high-contrast-linux.png differ diff --git a/.playwright/snapshots/components/Token.test.ts-snapshots/Token-Default-IssueLabelToken-Custom-Colors-dark-linux.png b/.playwright/snapshots/components/Token.test.ts-snapshots/Token-Default-IssueLabelToken-Custom-Colors-dark-linux.png new file mode 100644 index 00000000000..f8ae123708c Binary files /dev/null and b/.playwright/snapshots/components/Token.test.ts-snapshots/Token-Default-IssueLabelToken-Custom-Colors-dark-linux.png differ diff --git a/.playwright/snapshots/components/Token.test.ts-snapshots/Token-Default-IssueLabelToken-Custom-Colors-dark-tritanopia-linux.png b/.playwright/snapshots/components/Token.test.ts-snapshots/Token-Default-IssueLabelToken-Custom-Colors-dark-tritanopia-linux.png new file mode 100644 index 00000000000..f8ae123708c Binary files /dev/null and b/.playwright/snapshots/components/Token.test.ts-snapshots/Token-Default-IssueLabelToken-Custom-Colors-dark-tritanopia-linux.png differ diff --git a/.playwright/snapshots/components/Token.test.ts-snapshots/Token-Default-IssueLabelToken-Custom-Colors-light-colorblind-linux.png b/.playwright/snapshots/components/Token.test.ts-snapshots/Token-Default-IssueLabelToken-Custom-Colors-light-colorblind-linux.png new file mode 100644 index 00000000000..695980e58ce Binary files /dev/null and b/.playwright/snapshots/components/Token.test.ts-snapshots/Token-Default-IssueLabelToken-Custom-Colors-light-colorblind-linux.png differ diff --git a/.playwright/snapshots/components/Token.test.ts-snapshots/Token-Default-IssueLabelToken-Custom-Colors-light-high-contrast-linux.png b/.playwright/snapshots/components/Token.test.ts-snapshots/Token-Default-IssueLabelToken-Custom-Colors-light-high-contrast-linux.png new file mode 100644 index 00000000000..1cbfc0f6888 Binary files /dev/null and b/.playwright/snapshots/components/Token.test.ts-snapshots/Token-Default-IssueLabelToken-Custom-Colors-light-high-contrast-linux.png differ diff --git a/.playwright/snapshots/components/Token.test.ts-snapshots/Token-Default-IssueLabelToken-Custom-Colors-light-linux.png b/.playwright/snapshots/components/Token.test.ts-snapshots/Token-Default-IssueLabelToken-Custom-Colors-light-linux.png new file mode 100644 index 00000000000..695980e58ce Binary files /dev/null and b/.playwright/snapshots/components/Token.test.ts-snapshots/Token-Default-IssueLabelToken-Custom-Colors-light-linux.png differ diff --git a/.playwright/snapshots/components/Token.test.ts-snapshots/Token-Default-IssueLabelToken-Custom-Colors-light-tritanopia-linux.png b/.playwright/snapshots/components/Token.test.ts-snapshots/Token-Default-IssueLabelToken-Custom-Colors-light-tritanopia-linux.png new file mode 100644 index 00000000000..695980e58ce Binary files /dev/null and b/.playwright/snapshots/components/Token.test.ts-snapshots/Token-Default-IssueLabelToken-Custom-Colors-light-tritanopia-linux.png differ diff --git a/e2e/components/Token.test.ts b/e2e/components/Token.test.ts index 1f08c684159..1c350faafa9 100644 --- a/e2e/components/Token.test.ts +++ b/e2e/components/Token.test.ts @@ -39,6 +39,10 @@ const stories = [ title: 'IssueLabelToken with onRemove fn', id: 'components-token-features--issue-label-token-with-on-remove-fn', }, + { + title: 'IssueLabelToken Custom Colors', + id: 'components-token-features--issue-label-token-custom-colors', + }, ] test.describe('Token', () => {