Merge branch 'livekit' into in-call-footer

This commit is contained in:
Robin Townsend
2023-09-01 13:13:02 -04:00
7 changed files with 2618 additions and 2159 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

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