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