jiti-meet/react/features/toolbox/constants.js

8 lines
208 B
JavaScript
Raw Normal View History

2018-06-14 09:14:32 +00:00
// @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;