mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-12 10:02:30 +00:00
12 lines
266 B
JavaScript
12 lines
266 B
JavaScript
import BaseTheme from '../../../base/ui/components/BaseTheme.native';
|
|
|
|
/**
|
|
* The styles of the native components of the feature {@code reactions}.
|
|
*/
|
|
export default {
|
|
raiseHandButton: {
|
|
marginVertical: BaseTheme.spacing[3],
|
|
width: 240
|
|
}
|
|
};
|