UNPKG

communication-react-19

Version:

React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)

25 lines 569 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. /** * @private */ export const rttContainerStyles = (theme) => ({ root: { boxShadow: theme.effects.elevation8, width: 'fit-content', padding: '0.75rem', borderRadius: '0.25rem', position: 'relative', backgroundColor: theme.palette.white } }); /** * @private */ export const rttIconStyles = () => ({ root: { fontSize: '1.5rem', paddingRight: '0.5rem' } }); //# sourceMappingURL=RTTDisclosureBanner.styles.js.map