Use open-color directly (#1371)

This commit is contained in:
Jed Fox
2020-04-10 18:09:29 -04:00
committed by GitHub
parent 6d30351164
commit f7e3ee2064
27 changed files with 3283 additions and 197 deletions

View File

@@ -83,7 +83,7 @@ function RoomModal({
<input
id="username"
value={username || ""}
className="RoomDialog-username"
className="RoomDialog-username TextInput"
onChange={(event) => onUsernameChange(event.target.value)}
/>
</div>