Skip to content

Commit c188760

Browse files
committed
fix: change height of bottom sheet in message menu using theme
1 parent 77c5033 commit c188760

File tree

1 file changed

+4
-0
lines changed
  • package/src/contexts/themeContext/utils

1 file changed

+4
-0
lines changed

package/src/contexts/themeContext/utils/theme.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,9 @@ export type Theme = {
450450
icon: ViewStyle;
451451
title: TextStyle;
452452
};
453+
bottomSheet: {
454+
height?: number;
455+
};
453456
reactionButton: {
454457
filledColor: ColorValue;
455458
unfilledColor: ColorValue;
@@ -1207,6 +1210,7 @@ export const defaultTheme: Theme = {
12071210
icon: {},
12081211
title: {},
12091212
},
1213+
bottomSheet: {},
12101214
reactionButton: {
12111215
filledColor: Colors.accent_blue,
12121216
unfilledColor: Colors.grey,

0 commit comments

Comments
 (0)