Skip to content

Commit aab45b7

Browse files
authored
feat(icons): add chromatic icon (#3217)
1 parent cf1fd90 commit aab45b7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

icons/chromatic.svg

Lines changed: 4 additions & 0 deletions
Loading

src/core/icons/fileIcons.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -981,6 +981,7 @@ export const fileIcons: FileIcons = {
981981
{ name: 'xaml', fileExtensions: ['xaml'], fileNames: ['XamlStyler.json'] },
982982
{ name: 'haskell', fileExtensions: ['hs', 'lhs'] },
983983
{ name: 'happo', fileNames: ['.happo.js', '.happo.mjs', '.happo.cjs'] },
984+
{ name: 'chromatic', fileNames: ['chromatic.config.json'] },
984985
{ name: 'kotlin', fileExtensions: ['kt', 'kts'] },
985986
{
986987
name: 'mist',

0 commit comments

Comments
 (0)