adjust formatting of css color assignment

This commit is contained in:
Ryan Peters 2021-08-13 15:12:48 +00:00
parent 98f1dbea6c
commit d2ec9627fd

View File

@ -27,7 +27,7 @@
let color = $yourColorText.val(); let color = $yourColorText.val();
$yourNameText.css('color', `${color}`); $yourNameText.css('color', color);
connection.invoke('SaveName', $yourNameText.val(), color); connection.invoke('SaveName', $yourNameText.val(), color);
}; };