Skip to content

Commit

Permalink
onnodigheden verwijderd
Browse files Browse the repository at this point in the history
  • Loading branch information
badduck32 committed May 23, 2024
1 parent b6b58e2 commit 73e6610
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@ const InviteModalContent: FC<{ defaultCourse: CourseType; onChange: (course: Cou
>
<Space.Compact style={{ width: "100%" }}>
<Input
style={{ width: "100%",
backgroundColor: "#282828",
borderColor: token.colorPrimary,
color: "#e6e6e6" }}
style={{ width: "100%", borderColor: token.colorPrimary }}
readOnly
value={url}
suffix={
Expand Down

0 comments on commit 73e6610

Please sign in to comment.