From cfd6633e618d34b4d47997f70cda998f62beac4a Mon Sep 17 00:00:00 2001 From: Siklos Date: Sun, 31 Jul 2022 00:11:50 +0200 Subject: [PATCH] Change menu button style --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 6376796..8a0893d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -48,7 +48,7 @@ class App extends React.Component { return (
this.ToggleMenu()} /> - +
);