mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
refactor(console): update per review
This commit is contained in:
parent
a74d2b0aa6
commit
c782a7db8b
3 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
.skeleton {
|
.app {
|
||||||
|
|
||||||
// TO-DO: move to theme component
|
// TO-DO: move to theme component
|
||||||
--color-on-surface-variant: #47464e;
|
--color-on-surface-variant: #47464e;
|
||||||
|
|
|
@ -11,7 +11,7 @@ void initI18n();
|
||||||
|
|
||||||
export const App = () => {
|
export const App = () => {
|
||||||
return (
|
return (
|
||||||
<div className={styles.skeleton}>
|
<div className={styles.app}>
|
||||||
<Topbar />
|
<Topbar />
|
||||||
<div className={styles.content}>
|
<div className={styles.content}>
|
||||||
<Sidebar />
|
<Sidebar />
|
||||||
|
|
Loading…
Reference in a new issue