mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-07 17:34:56 +05:30
feat: dark mode
This commit is contained in:
parent
e53642db31
commit
d676383d22
26 changed files with 297 additions and 551 deletions
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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue