File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
apps/postgres-new/components Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export default function Layout({ children }: LayoutProps) {
31
31
) }
32
32
33
33
{ /* <main className="flex-1 flex flex-col"> */ }
34
- < Header />
34
+ { /* <Header /> */ }
35
35
< main className = "flex-1 flex flex-col lg:flex-row min-h-0" >
36
36
{ /* TODO: make sidebar available on mobile */ }
37
37
{ ! isSmallBreakpoint && < Sidebar /> }
Original file line number Diff line number Diff line change @@ -131,7 +131,6 @@ export default function Sidebar() {
131
131
< UserDropdown />
132
132
{ user && (
133
133
< Button
134
- className = "flex flex-row gap-2 items-center mx-2 hover:bg-black/10"
135
134
onClick = { async ( ) => {
136
135
await signOut ( )
137
136
} }
@@ -162,7 +161,7 @@ export default function Sidebar() {
162
161
</ Button >
163
162
</ m . div >
164
163
</ TooltipTrigger >
165
- < TooltipContent side = "right" className = "bg-black text-white" >
164
+ < TooltipContent side = "right" >
166
165
< p > Open sidebar</ p >
167
166
</ TooltipContent >
168
167
</ Tooltip >
@@ -179,7 +178,7 @@ export default function Sidebar() {
179
178
</ Button >
180
179
</ m . div >
181
180
</ TooltipTrigger >
182
- < TooltipContent side = "right" className = "bg-black text-white" >
181
+ < TooltipContent side = "right" >
183
182
< p > New database</ p >
184
183
</ TooltipContent >
185
184
</ Tooltip >
@@ -190,16 +189,16 @@ export default function Sidebar() {
190
189
< TooltipTrigger asChild >
191
190
< m . div layout = "position" layoutId = "sign-out-button" >
192
191
< Button
193
- className = "bg-inherit justify-end justify-self-end hover:bg-neutral-200 text-sm flex gap-3"
192
+ size = { 'icon' }
194
193
onClick = { async ( ) => {
195
194
await signOut ( )
196
195
} }
197
196
>
198
- < LogOut size = { 18 } strokeWidth = { 3 } />
197
+ < LogOut size = { 16 } strokeWidth = { 1. 3} />
199
198
</ Button >
200
199
</ m . div >
201
200
</ TooltipTrigger >
202
- < TooltipContent side = "right" className = "bg-black text-white" >
201
+ < TooltipContent side = "right" >
203
202
< p > Sign out</ p >
204
203
</ TooltipContent >
205
204
</ Tooltip >
You can’t perform that action at this time.
0 commit comments