From 251a41e7a52b1d5024b816848fa8dac9b55314f7 Mon Sep 17 00:00:00 2001 From: Timo K Date: Fri, 10 Apr 2026 18:03:33 +0200 Subject: [PATCH] fix imports --- src/button/Button.tsx | 2 +- src/components/InCallFooter.module.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/button/Button.tsx b/src/button/Button.tsx index 7d592623..a3cb3910 100644 --- a/src/button/Button.tsx +++ b/src/button/Button.tsx @@ -22,7 +22,7 @@ import { } from "@vector-im/compound-design-tokens/assets/web/icons"; import styles from "./Button.module.css"; -import inCallViewStyles from "../room/InCallView.module.css"; +import inCallViewStyles from "../components/InCallFooter.module.css"; import { platform } from "../Platform"; interface MicButtonProps extends ComponentPropsWithoutRef<"button"> { diff --git a/src/components/InCallFooter.module.css b/src/components/InCallFooter.module.css index 4db31f2a..9db32db3 100644 --- a/src/components/InCallFooter.module.css +++ b/src/components/InCallFooter.module.css @@ -87,7 +87,7 @@ Please see LICENSE in the repository root for full details. } .settingForBottomLeftCorner { /* - show the left corener by default (will be hidden on width < 500px) + show the settings button in the bottom left corner by default (will be hidden on width < 500px) */ display: inherit; }