File tree 2 files changed +4
-4
lines changed
app/(authenticated)/profile/edit
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -564,7 +564,7 @@ export default function EditProfileForm({
564
564
< input
565
565
id = "full-time"
566
566
type = "checkbox"
567
- className = "mr-2"
567
+ className = "mr-2 accent-sinfo-primary "
568
568
{ ...register ( "lookingFor.fullTime" ) }
569
569
/>
570
570
< label htmlFor = "full-time" > Full-time</ label >
@@ -573,7 +573,7 @@ export default function EditProfileForm({
573
573
< input
574
574
id = "internship"
575
575
type = "checkbox"
576
- className = "mr-2"
576
+ className = "mr-2 accent-sinfo-primary "
577
577
{ ...register ( "lookingFor.internship" ) }
578
578
/>
579
579
< label htmlFor = "internship" > Internship</ label >
@@ -582,7 +582,7 @@ export default function EditProfileForm({
582
582
< input
583
583
id = "part-time"
584
584
type = "checkbox"
585
- className = "mr-2"
585
+ className = "mr-2 accent-sinfo-primary "
586
586
{ ...register ( "lookingFor.partTime" ) }
587
587
/>
588
588
< label htmlFor = "part-time" > Part-time</ label >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export default function GridCard({
25
25
return (
26
26
< Link href = { link || "#" } { ...linkProps } >
27
27
< div className = "w-[160px] min-h-[240px] flex flex-col items-center justify-between px-4 py-4 gap-y-2 text-sm bg-white rounded-md shadow-md text-center overflow-hidden hover:bg-slate-50 hover:shadow-sm active:bg-gray-200 active:shadow-none" >
28
- < span title = { title } className = "h-12 w-full line-clamp-2" >
28
+ < span title = { title } className = "h-10 w-full line-clamp-2" >
29
29
{ title }
30
30
</ span >
31
31
< Image
You can’t perform that action at this time.
0 commit comments