mirror of https://github.com/jitsi/jitsi-meet
parent
d3dd54ac3b
commit
f97f294d1a
@ -1,11 +1,24 @@ |
||||
// @flow
|
||||
|
||||
import { BoxModel, createStyleSheet } from '../../../base/styles'; |
||||
import { BoxModel, ColorPalette, createStyleSheet } from '../../../base/styles'; |
||||
|
||||
/** |
||||
* The styles of the React {@code Components} of LiveStream. |
||||
*/ |
||||
export default createStyleSheet({ |
||||
betaTag: { |
||||
backgroundColor: ColorPalette.darkGrey, |
||||
borderRadius: 2, |
||||
marginLeft: 16, |
||||
opacity: 0.90, |
||||
paddingLeft: 6, |
||||
paddingRight: 6 |
||||
}, |
||||
|
||||
betaTagText: { |
||||
color: ColorPalette.white, |
||||
fontWeight: 'bold' |
||||
}, |
||||
|
||||
streamKeyFormWrapper: { |
||||
flexDirection: 'column', |
Loading…
Reference in new issue