Adding a theme to the ts app

This commit is contained in:
2025-04-21 01:28:54 +02:00
parent 8f950ed665
commit c90acc2765
2 changed files with 9 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
import { createTheme } from "@mui/material/styles";
const rpcTheme = createTheme({});
export default rpcTheme