mirror of https://github.com/usememos/memos
chore: add theme file for joyui (#635)
parent
ab8e3473a1
commit
55f37664ef
@ -0,0 +1,15 @@
|
||||
import { extendTheme } from "@mui/joy";
|
||||
|
||||
const theme = extendTheme({
|
||||
components: {
|
||||
JoySelect: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
fontSize: "0.875rem",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
export default theme;
|
Loading…
Reference in New Issue