Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
aeed2564
Commit
aeed2564
authored
Dec 19, 2023
by
Steven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: tweak drawer background
parent
43e7506e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
NavigationDrawer.tsx
web/src/components/NavigationDrawer.tsx
+1
-1
SignIn.tsx
web/src/pages/SignIn.tsx
+1
-1
SignUp.tsx
web/src/pages/SignUp.tsx
+1
-1
No files found.
web/src/components/NavigationDrawer.tsx
View file @
aeed2564
...
...
@@ -26,7 +26,7 @@ const NavigationDrawer = () => {
<
Icon
.
Menu
className=
"w-5 h-auto dark:text-gray-200"
/>
</
IconButton
>
<
Drawer
anchor=
"left"
size=
"sm"
open=
{
open
}
onClose=
{
toggleDrawer
(
false
)
}
>
<
div
className=
"w-full
px-4
"
>
<
div
className=
"w-full
h-full px-4 bg-zinc-100 dark:bg-zinc-800
"
>
<
Navigation
/>
</
div
>
</
Drawer
>
...
...
web/src/pages/SignIn.tsx
View file @
aeed2564
...
...
@@ -104,7 +104,7 @@ const SignIn = () => {
};
return
(
<
div
className=
"py-8 w-80 max-w-full min-h-[100svh] mx-auto flex flex-col justify-start items-center"
>
<
div
className=
"py-
4 sm:py-
8 w-80 max-w-full min-h-[100svh] mx-auto flex flex-col justify-start items-center"
>
<
div
className=
"w-full py-4 grow flex flex-col justify-center items-center"
>
<
div
className=
"w-full flex flex-row justify-center items-center mb-6"
>
<
img
className=
"h-14 w-auto rounded-full shadow"
src=
{
systemStatus
.
customizedProfile
.
logoUrl
}
alt=
""
/>
...
...
web/src/pages/SignUp.tsx
View file @
aeed2564
...
...
@@ -70,7 +70,7 @@ const SignUp = () => {
};
return
(
<
div
className=
"py-8 w-80 max-w-full min-h-[100svh] mx-auto flex flex-col justify-start items-center"
>
<
div
className=
"py-
4 sm:py-
8 w-80 max-w-full min-h-[100svh] mx-auto flex flex-col justify-start items-center"
>
<
div
className=
"w-full py-4 grow flex flex-col justify-center items-center"
>
<
div
className=
"w-full flex flex-row justify-center items-center mb-6"
>
<
img
className=
"h-14 w-auto rounded-full shadow"
src=
{
systemStatus
.
customizedProfile
.
logoUrl
}
alt=
""
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment