fix imports
This commit is contained in:
@@ -22,7 +22,7 @@ import {
|
|||||||
} from "@vector-im/compound-design-tokens/assets/web/icons";
|
} from "@vector-im/compound-design-tokens/assets/web/icons";
|
||||||
|
|
||||||
import styles from "./Button.module.css";
|
import styles from "./Button.module.css";
|
||||||
import inCallViewStyles from "../room/InCallView.module.css";
|
import inCallViewStyles from "../components/InCallFooter.module.css";
|
||||||
import { platform } from "../Platform";
|
import { platform } from "../Platform";
|
||||||
|
|
||||||
interface MicButtonProps extends ComponentPropsWithoutRef<"button"> {
|
interface MicButtonProps extends ComponentPropsWithoutRef<"button"> {
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ Please see LICENSE in the repository root for full details.
|
|||||||
}
|
}
|
||||||
.settingForBottomLeftCorner {
|
.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;
|
display: inherit;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user