adjust formatting of css color assignment
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
|
||||
let color = $yourColorText.val();
|
||||
|
||||
$yourNameText.css('color', `${color}`);
|
||||
$yourNameText.css('color', color);
|
||||
|
||||
connection.invoke('SaveName', $yourNameText.val(), color);
|
||||
};
|
||||
|
Reference in New Issue
Block a user