Merge remote-tracking branch 'origin/livekit' into dbkr/matrixrtcsession

This commit is contained in:
David Baker
2023-08-31 14:38:05 +01:00
6 changed files with 429 additions and 383 deletions

View File

@@ -25,7 +25,7 @@ import { Node } from "@react-types/shared";
import styles from "./Menu.module.css";
interface MenuProps<T> extends AriaMenuOptions<T> {
className?: String;
className?: string;
onClose: () => void;
onAction: (value: Key) => void;
label?: string;

View File

@@ -193,7 +193,7 @@ limitations under the License.
}
.iconCopyButton svg * {
fill: var(--cpd-color-icon-accent-tertiary);
fill: var(--cpd-color-icon-secondary);
}
.iconCopyButton:hover svg * {