mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-04-20 01:30:19 +00:00
10 lines
179 B
JavaScript
10 lines
179 B
JavaScript
// @flow
|
|
|
|
import { ColorPalette } from '../../../base/styles';
|
|
|
|
export const CONNECTOR_INDICATOR_COLORS = [
|
|
ColorPalette.red,
|
|
ColorPalette.Y200,
|
|
ColorPalette.green
|
|
];
|