style: signin page theming (#938)

This commit is contained in:
Aaryan Khandelwal 2023-04-24 11:19:43 +05:30 committed by GitHub
parent 4b02886c40
commit 213dc3f8e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 21 additions and 15 deletions

View file

@ -21,7 +21,7 @@ type Props = {
const DefaultLayout: React.FC<Props> = ({ meta, children }) => (
<Container meta={meta}>
<div className="w-full h-screen overflow-auto bg-brand-base">
<div className="h-screen w-full overflow-auto bg-brand-surface-1">
<>{children}</>
</div>
</Container>