updated at
This commit is contained in:
@@ -374,6 +374,7 @@ header {
|
||||
|
||||
.ready {
|
||||
color: forestgreen;
|
||||
border-color: forestgreen;
|
||||
box-shadow: inset -0.5em 0 0 0 forestgreen;
|
||||
}
|
||||
|
||||
|
||||
@@ -60,9 +60,10 @@ function InstanceComponent(args) {
|
||||
</button>
|
||||
);
|
||||
|
||||
const rdyClasses = `instance-btn instance-ui-btn ready-btn ${player.ready ? 'ready' : ''}`;
|
||||
const readyBtn = (
|
||||
<button
|
||||
className="instance-btn instance-ui-btn ready-btn"
|
||||
className={rdyClasses}
|
||||
onClick={() => sendInstanceReady()}>
|
||||
Ready
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user