mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-19 15:31:04 +02:00
Use open-color directly (#1371)
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user