File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ export function MultimodalInput({
193
193
animate = { { rotateX : 0 , opacity : 1 } }
194
194
exit = { { rotateX : 90 , opacity : 0 } }
195
195
transition = { { duration : 0.5 } }
196
- className = "text-xl font-semibold"
196
+ className = "text-2xl font-semibold"
197
197
style = { {
198
198
textAlign : "center" ,
199
199
display : "inline-block" ,
Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ export const Navbar = async () => {
40
40
< >
41
41
< DropdownMenu >
42
42
< DropdownMenuTrigger asChild >
43
- < div className = "size-10 rounded-full overflow-hidden flex items-center justify-center bg-emerald-600" >
43
+ < div className = "size-8 rounded-full overflow-hidden flex items-center justify-center bg-emerald-600 shadow-md border border-zinc-200 dark:border-zinc-700 " >
44
44
< Image
45
45
src = "/images/person.png"
46
46
alt = "User avatar"
47
- width = { 40 }
48
- height = { 40 }
49
- style = { { width : "40px " , height : "40px " } }
47
+ width = { 32 }
48
+ height = { 32 }
49
+ style = { { width : "32px " , height : "32px " } }
50
50
/>
51
51
</ div >
52
52
</ DropdownMenuTrigger >
You can’t perform that action at this time.
0 commit comments