mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-09 14:42:32 +00:00
Video quality label now becomes "performance settings". All CSS for labels is moved to JS. Overflow menu button is also changed to "performance settings".
8 lines
92 B
JavaScript
8 lines
92 B
JavaScript
// @flow
|
|
|
|
export const COLORS = {
|
|
white: 'white',
|
|
green: 'green',
|
|
red: 'red'
|
|
};
|