0
Fork 0
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:
Gao Sun 2022-03-01 22:59:02 +08:00
parent a74d2b0aa6
commit c782a7db8b
No known key found for this signature in database
GPG key ID: 13EBE123E4773688
3 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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 />