mirror of
https://github.com/openziti/zrok.git
synced 2024-11-25 17:43:53 +01:00
mui styling (#221)
This commit is contained in:
parent
b9609f1097
commit
7571a38b99
@ -69,7 +69,6 @@ const AgentUi = () => {
|
||||
}
|
||||
|
||||
const releaseAccess = (opts) => {
|
||||
console.log("opts", opts);
|
||||
api.agentReleaseAccess(opts, (err, data) => {
|
||||
console.log(data);
|
||||
});
|
||||
|
@ -11,9 +11,17 @@ export const themeOptions = {
|
||||
root: ({theme}) => theme.unstable_sx({
|
||||
mt: 5,
|
||||
p: 2.5,
|
||||
borderRadius: 2,
|
||||
}),
|
||||
}
|
||||
},
|
||||
MuiAppBar: {
|
||||
styleOverrides: {
|
||||
root : ({theme}) => theme.unstable_sx({
|
||||
borderRadius: 2,
|
||||
}),
|
||||
}
|
||||
}
|
||||
},
|
||||
palette: {
|
||||
mode: 'light',
|
||||
|
Loading…
Reference in New Issue
Block a user