diff --git a/res/css/structures/_NonUrgentToastContainer.scss b/res/css/structures/_NonUrgentToastContainer.scss index 26715c6048..826a812406 100644 --- a/res/css/structures/_NonUrgentToastContainer.scss +++ b/res/css/structures/_NonUrgentToastContainer.scss @@ -29,7 +29,7 @@ limitations under the License. // We don't use variables on the colours because we want it to be the same // in all themes. - background-color: #17191C; + background-color: #17191c; color: #fff; } } diff --git a/src/stores/local-echo/EchoStore.ts b/src/stores/local-echo/EchoStore.ts index ccb65fd5d7..ef2ee2d275 100644 --- a/src/stores/local-echo/EchoStore.ts +++ b/src/stores/local-echo/EchoStore.ts @@ -14,7 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. */ -import { EventEmitter } from "events"; import { CachedEcho } from "./CachedEcho"; import { Room } from "matrix-js-sdk/src/models/room"; import { RoomCachedEcho } from "./RoomCachedEcho";