mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-03-23 03:50:20 +00:00
14 lines
227 B
JavaScript
14 lines
227 B
JavaScript
// @flow
|
|
|
|
import { ColorPalette } from '../../../base/styles';
|
|
|
|
export const CONNECTOR_INDICATOR_COLORS = [
|
|
ColorPalette.red,
|
|
ColorPalette.Y200,
|
|
ColorPalette.green
|
|
];
|
|
|
|
export const iconStyle = {
|
|
fontSize: 14
|
|
};
|