Increase action button font size
This commit is contained in:
parent
1b7de47e1b
commit
eb829bce58
@ -794,7 +794,7 @@ export class GameScene extends DirtyScene implements CenterListener {
|
||||
if(jitsiTriggerValue && jitsiTriggerValue === ON_ACTION_TRIGGER_BUTTON) {
|
||||
let message = allProps.get(JITSI_MESSAGE_PROPERTIES);
|
||||
if (message === undefined) {
|
||||
message = 'Press SPACE or touch here to enter Jitsi Meet room';
|
||||
message = 'Press SPACE or touch here to enter video conference';
|
||||
}
|
||||
layoutManager.addActionButton('jitsiRoom', message.toString(), () => {
|
||||
openJitsiRoomFunction();
|
||||
|
@ -1250,7 +1250,7 @@ div.action p.action-body{
|
||||
padding: 10px;
|
||||
background-color: #2d2d2dba;
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
font-size: 20px;
|
||||
font-weight: 500;
|
||||
text-align: center;
|
||||
max-width: 350px;
|
||||
|
Loading…
Reference in New Issue
Block a user