mattermost-mobile/app/constants/tooltip.ts
Mattermost Build bd89c7811c
Feature schedule posts (#8509) (#8775)
(cherry picked from commit f75c50ad2b)

Co-authored-by: Rajat Dabade <rajatdabade1997@gmail.com>
2025-04-15 08:04:39 +03:00

13 lines
323 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,
width: 247,
padding: 16,
height: 160,
},
});