Fix scheduled messages tooltip entering an infinite resize loop (#8877)

This commit is contained in:
Daniel Espino García 2025-05-23 13:05:31 +02:00 committed by GitHub
parent 30070000e1
commit 085e3f3839
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,8 +6,8 @@ import {StyleSheet} from 'react-native';
export const staticStyles = StyleSheet.create({
tooltipContent: {
borderRadius: 8,
width: 247,
maxWidth: 247,
padding: 16,
height: 160,
maxHeight: 160,
},
});