Adding a theme to the ts app
This commit is contained in:
5
gui/rpk-gui/src/theme.tsx
Normal file
5
gui/rpk-gui/src/theme.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { createTheme } from "@mui/material/styles";
|
||||
|
||||
const rpcTheme = createTheme({});
|
||||
|
||||
export default rpcTheme
|
||||
Reference in New Issue
Block a user