diff --git a/sources/components/FABWide.tsx b/sources/components/FABWide.tsx index 4dc885655..7a8b838a2 100644 --- a/sources/components/FABWide.tsx +++ b/sources/components/FABWide.tsx @@ -21,6 +21,8 @@ const stylesheet = StyleSheet.create((theme, runtime) => ({ elevation: 5, alignItems: 'center', justifyContent: 'center', + borderWidth: 1, + borderColor: theme.colors.divider, }, buttonDefault: { backgroundColor: theme.colors.fab.background,