From eb829bce58cbcc791e3271077ad7962bedb6eac8 Mon Sep 17 00:00:00 2001 From: PizZaKatZe Date: Thu, 11 Mar 2021 23:21:43 +0100 Subject: [PATCH] Increase action button font size --- front/src/Phaser/Game/GameScene.ts | 2 +- front/style/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/Phaser/Game/GameScene.ts b/front/src/Phaser/Game/GameScene.ts index cd2edeb4..5000e269 100644 --- a/front/src/Phaser/Game/GameScene.ts +++ b/front/src/Phaser/Game/GameScene.ts @@ -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(); diff --git a/front/style/style.css b/front/style/style.css index 3a5872ea..8240ad8f 100644 --- a/front/style/style.css +++ b/front/style/style.css @@ -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;