mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-25 17:09:33 +02:00
feat: dark mode
This commit is contained in:
9
@types/theme.d.ts
vendored
Normal file
9
@types/theme.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import '@mui/material/styles';
|
||||
|
||||
declare module '@mui/material/styles' {
|
||||
interface TypeBackground {
|
||||
hover?: string;
|
||||
lightSecondary?: string;
|
||||
darkSecondary?: string;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user