adjust formatting of css color assignment
This commit is contained in:
parent
98f1dbea6c
commit
d2ec9627fd
@ -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);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user