mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -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
|
||||
--color-on-surface-variant: #47464e;
|
||||
|
|
|
@ -11,7 +11,7 @@ void initI18n();
|
|||
|
||||
export const App = () => {
|
||||
return (
|
||||
<div className={styles.skeleton}>
|
||||
<div className={styles.app}>
|
||||
<Topbar />
|
||||
<div className={styles.content}>
|
||||
<Sidebar />
|
||||
|
|
Loading…
Reference in a new issue