jiti-meet/react/features/base/ui/components/updateTheme.native.js

12 lines
215 B
JavaScript
Raw Normal View History

// @flow
/**
* Custom theme for setting client branding.
*
* @param {Object} theme - The ui tokens theme object.
* @returns {Object}
*/
export default function updateTheme(theme: Object) {
return theme;
}