From 1dd7f0371d9bef934295b5fb8d9b9df93713d089 Mon Sep 17 00:00:00 2001 From: kfiven <33421343+kfiven@users.noreply.github.com> Date: Thu, 30 Sep 2021 20:56:39 +0530 Subject: [PATCH] Changed p to Text component --- src/app/organisms/room/RoomViewInput.jsx | 2 +- src/app/organisms/room/RoomViewInput.scss | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/organisms/room/RoomViewInput.jsx b/src/app/organisms/room/RoomViewInput.jsx index 20886c2..6c354ed 100644 --- a/src/app/organisms/room/RoomViewInput.jsx +++ b/src/app/organisms/room/RoomViewInput.jsx @@ -333,7 +333,7 @@ function RoomViewInput({ function renderInputs() { if (!canISend) { return ( -

You do not have permission to post to this room

+ You do not have permission to post to this room ); } return ( diff --git a/src/app/organisms/room/RoomViewInput.scss b/src/app/organisms/room/RoomViewInput.scss index a9d58f4..9e0f1a9 100644 --- a/src/app/organisms/room/RoomViewInput.scss +++ b/src/app/organisms/room/RoomViewInput.scss @@ -4,7 +4,6 @@ min-height: 48px; &__disallowed { - color: var(--tc-surface-low); flex: 1; text-align: center; }