Files
jitsi-meet/react/features/base/label/constants.js
Vlad Piersec bad8911fe8 feat(Labels): Redo video quality label
Video quality label now becomes "performance settings".
All CSS for labels is moved to JS.
Overflow menu button is also changed to "performance settings".
2021-10-19 10:05:23 +03:00

8 lines
92 B
JavaScript

// @flow
export const COLORS = {
white: 'white',
green: 'green',
red: 'red'
};