mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
8 lines
208 B
JavaScript
8 lines
208 B
JavaScript
// @flow
|
|
|
|
/**
|
|
* The size of the hangup button. As that is the largest button, it defines
|
|
* the size of the {@code ToolBox}, so other components may relate to that.
|
|
*/
|
|
export const HANGUP_BUTTON_SIZE = 60;
|