mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 15:26:15 -04:00
feat(new-tool): mime type to extension converter
This commit is contained in:
parent
5d8f46abf8
commit
7c9b8ac178
4 changed files with 117 additions and 0 deletions
|
@ -30,4 +30,9 @@ export const darkThemeOverrides: GlobalThemeOverrides = {
|
|||
color: '#1e1e1e',
|
||||
borderColor: 'transparent',
|
||||
},
|
||||
|
||||
Table: {
|
||||
tdColor: '#1e1e1e',
|
||||
thColor: '#353535',
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue