feat(new-tool): mime type to extension converter

This commit is contained in:
Corentin Thomasset 2022-11-14 22:13:26 +01:00
parent 5d8f46abf8
commit 7c9b8ac178
No known key found for this signature in database
GPG key ID: DBD997E935996158
4 changed files with 117 additions and 0 deletions

View file

@ -30,4 +30,9 @@ export const darkThemeOverrides: GlobalThemeOverrides = {
color: '#1e1e1e',
borderColor: 'transparent',
},
Table: {
tdColor: '#1e1e1e',
thColor: '#353535',
},
};