From 55cd19f41073617bcac60c733919dac108ddd9e9 Mon Sep 17 00:00:00 2001 From: MohammadHossein Date: Thu, 27 May 2021 12:38:46 +0430 Subject: [PATCH] fix: Set ready for publish --- frontend/game/src/components/information/information.style.js | 2 +- frontend/game/src/components/send-field/send-field.style.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/game/src/components/information/information.style.js b/frontend/game/src/components/information/information.style.js index 651f9e1..daa037b 100644 --- a/frontend/game/src/components/information/information.style.js +++ b/frontend/game/src/components/information/information.style.js @@ -3,7 +3,7 @@ import { makeStyles } from '@material-ui/core' export default makeStyles(theme => ({ root: { gridArea: 'info-container', - display: 'flex', //TODO set to display none + display: 'none', //TODO set to display none as it is flex height: '40px', width: '90vmin', justifyContent: 'center', diff --git a/frontend/game/src/components/send-field/send-field.style.js b/frontend/game/src/components/send-field/send-field.style.js index 296a069..cfd0a18 100644 --- a/frontend/game/src/components/send-field/send-field.style.js +++ b/frontend/game/src/components/send-field/send-field.style.js @@ -2,7 +2,7 @@ import { makeStyles } from '@material-ui/core' export default makeStyles(theme => ({ root: { - display: 'flex', //TODO set it to none value + display: 'none', //TODO set it to none value as it is flex gridArea: 'message', width: '90vmin', height: '40px',