mattermost-mobile/app/constants/tooltip.ts

13 lines
329 B
TypeScript

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
import {StyleSheet} from 'react-native';
export const staticStyles = StyleSheet.create({
tooltipContent: {
borderRadius: 8,
maxWidth: 247,
padding: 16,
maxHeight: 160,
},
});