Skip to content

Commit bc2c3c1

Browse files
committed
radius 修正
1 parent fd0192e commit bc2c3c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/app/home/components/PersonDetailedMenu.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default function PersonDetailedMenu({ onClose, displayedUser }: Props) {
5252
course.name && (
5353
<div
5454
key={course.id}
55-
className="flex bg-[#F7FCFF] px-2 text-lg"
55+
className="flex rounded-md bg-[#F7FCFF] px-2 text-lg"
5656
>
5757
<span className="w-[12vh]">
5858
{sortSlots(course.slots)
@@ -79,7 +79,7 @@ export default function PersonDetailedMenu({ onClose, displayedUser }: Props) {
7979
subject.name && (
8080
<span
8181
key={subject.id}
82-
className="rounded-sm bg-[#FFF1BF] px-1 text-lg text-primary"
82+
className="rounded-md bg-[#FFF1BF] px-2 py-0.5 text-lg text-primary"
8383
>
8484
#{subject.name}
8585
</span>

0 commit comments

Comments
 (0)