communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
24 lines • 650 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
import { _pxToRem } from "../../../../../acs-ui-common/src";
/**
* @private
*/
export const captionSettingsDrawerStyles = (theme) => ({
root: {
overflow: 'auto'
},
drawerSurfaceStyles: {
drawerContentContainer: {
root: {
span: {
fontWeight: 400,
fontSize: _pxToRem(14),
lineHeight: _pxToRem(22),
color: theme.palette.neutralDark
}
}
}
}
});
//# sourceMappingURL=captionSettingsDrawer.styles.js.map