Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 73e6610

Browse files
committed
onnodigheden verwijderd
1 parent b6b58e2 commit 73e6610

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

frontend/src/pages/course/components/tabExtraBtn/InviteModalContent.tsx

+1-4
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,7 @@ const InviteModalContent: FC<{ defaultCourse: CourseType; onChange: (course: Cou
5050
>
5151
<Space.Compact style={{ width: "100%" }}>
5252
<Input
53-
style={{ width: "100%",
54-
backgroundColor: "#282828",
55-
borderColor: token.colorPrimary,
56-
color: "#e6e6e6" }}
53+
style={{ width: "100%", borderColor: token.colorPrimary }}
5754
readOnly
5855
value={url}
5956
suffix={

0 commit comments

Comments
 (0)