We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd0192e commit bc2c3c1Copy full SHA for bc2c3c1
web/app/home/components/PersonDetailedMenu.tsx
@@ -52,7 +52,7 @@ export default function PersonDetailedMenu({ onClose, displayedUser }: Props) {
52
course.name && (
53
<div
54
key={course.id}
55
- className="flex bg-[#F7FCFF] px-2 text-lg"
+ className="flex rounded-md bg-[#F7FCFF] px-2 text-lg"
56
>
57
<span className="w-[12vh]">
58
{sortSlots(course.slots)
@@ -79,7 +79,7 @@ export default function PersonDetailedMenu({ onClose, displayedUser }: Props) {
79
subject.name && (
80
<span
81
key={subject.id}
82
- className="rounded-sm bg-[#FFF1BF] px-1 text-lg text-primary"
+ className="rounded-md bg-[#FFF1BF] px-2 py-0.5 text-lg text-primary"
83
84
#{subject.name}
85
</span>
0 commit comments