diff --git a/src/plugins/layout/index.tsx b/src/plugins/layout/index.tsx index 19a577833..9881f6e85 100644 --- a/src/plugins/layout/index.tsx +++ b/src/plugins/layout/index.tsx @@ -57,7 +57,6 @@ export type PersistedState = { const FlipperADBarContainer = styled(FlexRow)({ backgroundColor: colors.warningTint, flexGrow: 1, - height: 50, justifyContent: 'center', alignItems: 'center', borderWidth: 2, @@ -67,6 +66,10 @@ const FlipperADText = styled(Text)({ padding: 10, }); +const FlipperADButton = styled(Button)({ + margin: 10, +}); + export default class Layout extends FlipperPlugin { FlipperADBar() { return ( @@ -76,13 +79,13 @@ export default class Layout extends FlipperPlugin { automatically attaches critical information for reproducing your issue with just a single click. - + ); }