Flipper logs displayed in a modal

Summary: This is a continuation of flipper redesign. Next diff will mov notification and connectivity into modals as well

Reviewed By: LukeDefeo

Differential Revision: D48066573

fbshipit-source-id: 3b4a22462221d8da13b07ad1738e05de849e00c4
This commit is contained in:
Anton Kastritskiy
2023-08-07 03:54:28 -07:00
committed by Facebook GitHub Bot
parent 9ed2b801a0
commit 60419c54f2
3 changed files with 32 additions and 4 deletions

View File

@@ -91,7 +91,7 @@ export function ConsoleLogs() {
return (
<Layout.Top>
<Toolbar wash>
<Toolbar>
<Button onClick={clearLogs} icon={<DeleteOutlined />}>
Clear Logs
</Button>