Increase action button font size

This commit is contained in:
PizZaKatZe 2021-03-11 23:21:43 +01:00 committed by Thomas Basler
parent 1b7de47e1b
commit eb829bce58
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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;