Fix scheduled messages tooltip entering an infinite resize loop (#8877)
This commit is contained in:
parent
30070000e1
commit
085e3f3839
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue