UNPKG

@azure/communication-react

Version:

React library for building modern communication user experiences utilizing Azure Communication Services

29 lines 581 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { mergeStyles } from '@fluentui/react'; /** * @private */ export const videoCameraIconStyle = mergeStyles({ marginRight: '0.375rem', fontSize: '1.375rem' }); /** * @private */ export const buttonStyle = mergeStyles({ fontWeight: 600, fontSize: '0.875rem', // 14px height: '2.75rem', width: '100%' }); /** * @private */ export const buttonWithIconStyles = { textContainer: { display: 'contents' } }; //# sourceMappingURL=StartCallButton.styles.js.map